Commit 3c0f436
committed
Ignore compiler warnings that are expected
This adds the following compiler warning ignores, to reduce noise:
-Wno-shorten-64-to-32
-Wno-missing-noreturn
-Wno-incompatible-pointer-types-discards-qualifiers
All of these occur in extracted/generated code, and as such cannot easily
be resolved.1 parent 3297db7 commit 3c0f436
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments