summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-09-12 13:15:54 -0300
committerJesusaves <cpntb1@ymail.com>2020-09-12 13:15:54 -0300
commita087ad9e45ac64f2ae6258f729a68bcc224fe305 (patch)
treee5faa695f9f0173f73d220da332d5cbd7a8876b2 /configure.ac
parent1443f47ca63972f737bd9cc0322f77dc416ff2a0 (diff)
downloadhercules-a087ad9e45ac64f2ae6258f729a68bcc224fe305.tar.gz
hercules-a087ad9e45ac64f2ae6258f729a68bcc224fe305.tar.bz2
hercules-a087ad9e45ac64f2ae6258f729a68bcc224fe305.tar.xz
hercules-a087ad9e45ac64f2ae6258f729a68bcc224fe305.zip
This is Hercules v2019.10.20r12.5_BUGGY
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cbb9a5c46..ec9e35cfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1090,7 +1090,6 @@ AC_CHECK_COMPILER_WNOFLAG(format-nonliteral)
AC_CHECK_COMPILER_WNOFLAG(switch)
AC_CHECK_COMPILER_WNOFLAG(missing-field-initializers)
AC_CHECK_COMPILER_WNOFLAG(suggest-attribute=format)
-AC_CHECK_COMPILER_WNOFLAG(array-bounds)
# Certain versions of gcc make -Wshadow completely useless by making it flood
# you with unnecessary warnings <https://lkml.org/lkml/2006/11/28/239>