summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4adac6efaf..9e16a5cd07 100644
--- a/configure.ac
+++ b/configure.ac
@@ -471,6 +471,7 @@ if test "$gl_gcc_warnings" = yes; then
gl_WARN_ADD([-Wno-unused-parameter]) # Too many warnings for now
gl_WARN_ADD([-Wno-format-truncation]) # Many warnings with no point
gl_WARN_ADD([-Wimplicit-fallthrough=2])
+ gl_WARN_ADD([-Wabi=11])
gl_WARN_ADD([-fdiagnostics-show-option])
fi