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