summaryrefslogtreecommitdiffhomepage
path: root/include/compile_flags.txt
diff options
context:
space:
mode:
Diffstat (limited to 'include/compile_flags.txt')
-rw-r--r--include/compile_flags.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/compile_flags.txt b/include/compile_flags.txt
index 26d1cc4..668f22f 100644
--- a/include/compile_flags.txt
+++ b/include/compile_flags.txt
@@ -9,4 +9,13 @@
-Wextra
-Wpedantic
-Wconversion
+-Wformat=2
+-Wno-unused-parameter
+-Wshadow
+-Wwrite-strings
+-Wstrict-prototypes
+-Wold-style-definition
+-Wredundant-decls
+-Wnested-externs
+-Wmissing-include-dirs
-std=c99