Commit c5c2757
mc6809 Quiet legacy (VC2015) compiler int to bool warning
Changing the CC registor to bool array caused C4800 warnings when using Visual C 2015
compiler. Added pragma to turn the warning off. (This warning is off by default on
compilers since Visual C 2017)
+1 parent 0806f0b commit c5c2757
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
0 commit comments