summaryrefslogtreecommitdiffhomepage
path: root/src
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 /src
parente81eb2369cbf21ca66fc49d2d09aab270131ea87 (diff)
downloadRodeoKit-5e935512696c55b5005e997cfc4dab88ecdf8141.tar.gz
RodeoKit-5e935512696c55b5005e997cfc4dab88ecdf8141.zip
extra flags
Diffstat (limited to 'src')
-rw-r--r--src/compile_flags.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/compile_flags.txt b/src/compile_flags.txt
index 29708f7..7a756f9 100644
--- a/src/compile_flags.txt
+++ b/src/compile_flags.txt
@@ -12,6 +12,14 @@
-Wextra
-Wpedantic
-Wconversion
--fsanitize=address,undefined
+-Wformat=2
+-Wno-unused-parameter
+-Wshadow
+-Wwrite-strings
+-Wstrict-prototypes
+-Wold-style-definition
+-Wredundant-decls
+-Wnested-externs
+-Wmissing-include-dirs
-std=c99