Commit d510ca4
committed
Honor default C compiler
Suppress compilation warnings that occur when characters with values
> 127 are assigned to char variables on x86 platforms. Since x86(-64)
treats char as signed by default and there is no 'unsigned' support at
the moment, these assignments trigger signedness warnings. This commit
adds a compiler option to suppress these warnings.1 parent 8160475 commit d510ca4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments