diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,11 +14,11 @@ CWARNSCPP= \ | |||
14 | -Wdisabled-optimization \ | 14 | -Wdisabled-optimization \ |
15 | -Wdouble-promotion \ | 15 | -Wdouble-promotion \ |
16 | -Wmissing-declarations \ | 16 | -Wmissing-declarations \ |
17 | -Wconversion \ | ||
17 | # the next warnings might be useful sometimes, | 18 | # the next warnings might be useful sometimes, |
18 | # but usually they generate too much noise | 19 | # but usually they generate too much noise |
19 | # -Werror \ | 20 | # -Werror \ |
20 | # -pedantic # warns if we use jump tables \ | 21 | # -pedantic # warns if we use jump tables \ |
21 | # -Wconversion \ | ||
22 | # -Wsign-conversion \ | 22 | # -Wsign-conversion \ |
23 | # -Wstrict-overflow=2 \ | 23 | # -Wstrict-overflow=2 \ |
24 | # -Wformat=2 \ | 24 | # -Wformat=2 \ |