|
8 | 8 | add_compile_options(-Werror)
|
9 | 9 | add_compile_options(-Wall)
|
10 | 10 | add_compile_options(-Wextra)
|
11 |
| - add_compile_options(-Wno-unknown-warning-option) |
12 |
| - add_compile_options(-Wno-trigraphs) |
13 | 11 | add_compile_options(-Wmissing-field-initializers)
|
14 | 12 | add_compile_options(-Wmissing-prototypes)
|
15 | 13 | add_compile_options(-Wdocumentation)
|
|
26 | 24 | add_compile_options(-Wuninitialized)
|
27 | 25 | add_compile_options(-Wunknown-pragmas)
|
28 | 26 | add_compile_options(-Wshadow)
|
29 |
| - add_compile_options(-Wno-four-char-constants) |
30 | 27 | add_compile_options(-Wconversion)
|
31 | 28 | add_compile_options(-Wconstant-conversion)
|
32 | 29 | add_compile_options(-Wint-conversion)
|
@@ -66,6 +63,10 @@ else()
|
66 | 63 | add_compile_options(-Wtautological-compare)
|
67 | 64 | add_compile_options(-Wunguarded-availability)
|
68 | 65 | add_compile_options(-Wunused)
|
| 66 | + |
| 67 | + add_compile_options(-Wno-unknown-warning-option) |
| 68 | + add_compile_options(-Wno-trigraphs) |
| 69 | + add_compile_options(-Wno-four-char-constants) |
69 | 70 | add_compile_options(-Wno-disabled-macro-expansion)
|
70 | 71 | add_compile_options(-Wno-pedantic)
|
71 | 72 | add_compile_options(-Wno-bad-function-cast)
|
|
0 commit comments