diff options
author | Haru <haru@dotalux.com> | 2019-09-23 02:17:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-23 02:17:21 +0200 |
commit | 418b26dddca1d6ad9261adee56f96cf7c2c2de9b (patch) | |
tree | bd9c631b064f27f741e125a856e631dd6a13a9d6 /configure.ac | |
parent | 9a503ca86f8194135a86bad9070d64b21f56e2b6 (diff) | |
parent | 7ff0e074e74fd630f3bf90597605c82b4e10ec95 (diff) | |
download | hercules-418b26dddca1d6ad9261adee56f96cf7c2c2de9b.tar.gz hercules-418b26dddca1d6ad9261adee56f96cf7c2c2de9b.tar.bz2 hercules-418b26dddca1d6ad9261adee56f96cf7c2c2de9b.tar.xz hercules-418b26dddca1d6ad9261adee56f96cf7c2c2de9b.zip |
Merge pull request #2536 from MishimaHaruna/compile-fixes
Compile fixes
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ec9e35cfe..cbb9a5c46 100644 --- a/configure.ac +++ b/configure.ac @@ -1090,6 +1090,7 @@ 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> |