aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 58b12f8e..b37fdb28 100644
--- a/makefile
+++ b/makefile
@@ -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 \