aboutsummaryrefslogtreecommitdiffstats
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 8b26d0882f3..eeb5f40d246 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1851,6 +1851,7 @@ AS_IF([test $gl_gcc_warnings = no],
1851 gl_WARN_ADD([$w]) 1851 gl_WARN_ADD([$w])
1852 done 1852 done
1853 gl_WARN_ADD([-Wredundant-decls]) # Prefer this, as we don't use Bison. 1853 gl_WARN_ADD([-Wredundant-decls]) # Prefer this, as we don't use Bison.
1854 gl_WARN_ADD([-Wtrailing-whitespace]) # This project's coding style
1854 gl_WARN_ADD([-Wno-missing-field-initializers]) # We need this one 1855 gl_WARN_ADD([-Wno-missing-field-initializers]) # We need this one
1855 gl_WARN_ADD([-Wno-override-init]) # More trouble than it is worth 1856 gl_WARN_ADD([-Wno-override-init]) # More trouble than it is worth
1856 gl_WARN_ADD([-Wno-sign-compare]) # Too many warnings for now 1857 gl_WARN_ADD([-Wno-sign-compare]) # Too many warnings for now