summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-05-15 16:23:59 -0400
committerrealtradam <[email protected]>2023-05-15 16:23:59 -0400
commit5e935512696c55b5005e997cfc4dab88ecdf8141 (patch)
tree40f81316f6d41b3854e3ab709f48a40f891148c4 /include
parente81eb2369cbf21ca66fc49d2d09aab270131ea87 (diff)
downloadRodeoKit-5e935512696c55b5005e997cfc4dab88ecdf8141.tar.gz
RodeoKit-5e935512696c55b5005e997cfc4dab88ecdf8141.zip
extra flags
Diffstat (limited to 'include')
-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