diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ CWARNSCPP= \ | |||
14 | -Wredundant-decls \ | 14 | -Wredundant-decls \ |
15 | -Wdisabled-optimization \ | 15 | -Wdisabled-optimization \ |
16 | -Wdouble-promotion \ | 16 | -Wdouble-promotion \ |
17 | -Wmissing-declarations \ | ||
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 \ |