aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0d5a42b9..84934391 100644
--- a/makefile
+++ b/makefile
@@ -17,6 +17,13 @@ CWARNS= -pedantic -Wextra \
17 -Wstrict-prototypes \ 17 -Wstrict-prototypes \
18 -Wundef \ 18 -Wundef \
19 -Wwrite-strings \ 19 -Wwrite-strings \
20 -Wc++-compat \
21 -Wold-style-definition \
22 -Wredundant-decls \
23 -Wdisabled-optimization \
24 # -Wlogical-op \
25 # -Wformat=2 \
26 # -Wstrict-overflow=5 \
20 # -Wcast-qual \ 27 # -Wcast-qual \
21 28
22 29