aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile
index dbd4b677..b4c14a3a 100644
--- a/makefile
+++ b/makefile
@@ -17,6 +17,8 @@ CWARNSC=-pedantic -Wextra \
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 # -Wsign-conversion \
21 # -Wconversion \
20 # -Wlogical-op \ 22 # -Wlogical-op \
21 # -Wstrict-overflow=2 \ 23 # -Wstrict-overflow=2 \
22 # -Wformat=2 \ 24 # -Wformat=2 \