aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0202b0de..e8f97d59 100644
--- a/makefile
+++ b/makefile
@@ -17,6 +17,7 @@ CWARNSCPP= \
17 -Wdisabled-optimization \ 17 -Wdisabled-optimization \
18 -Wstrict-aliasing \ 18 -Wstrict-aliasing \
19 # the next warnings generate to much noise, so they are disabled 19 # the next warnings generate to much noise, so they are disabled
20 # -Wconversion -Wno-sign-conversion \
20 # -Wsign-conversion \ 21 # -Wsign-conversion \
21 # -Wconversion \ 22 # -Wconversion \
22 # -Wlogical-op \ 23 # -Wlogical-op \