summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings/developer-general
diff options
context:
space:
mode:
Diffstat (limited to 'config/gnu-warnings/developer-general')
-rw-r--r--config/gnu-warnings/developer-general13
1 files changed, 13 insertions, 0 deletions
diff --git a/config/gnu-warnings/developer-general b/config/gnu-warnings/developer-general
new file mode 100644
index 0000000..b34c4b7
--- /dev/null
+++ b/config/gnu-warnings/developer-general
@@ -0,0 +1,13 @@
+# (suggestions from gcc, not code problems)
+# NOTE: -Wformat-nonliteral added back in here (from being disabled in
+# H5_CFLAGS)
+-Waggregate-return
+-Wdisabled-optimization
+-Wformat-nonliteral
+-Winline
+-Wmissing-format-attribute
+-Wmissing-noreturn
+-Wswitch-default
+-Wswitch-enum
+-Wunsafe-loop-optimizations
+-Wunused-macros