diff options
author | Haru <haru@dotalux.com> | 2019-10-18 15:08:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-18 15:08:03 +0200 |
commit | 9ccfb2defb07670b4f350ed5853ae1a997d917d2 (patch) | |
tree | f0a93da2ac6b5d2fa06e4db8d78f0e950fbf24d0 /configure.ac | |
parent | 1e72ad082e6e10b0a4fbbe703ce6ad44efb4063d (diff) | |
parent | 9e82150f9c3cbe2f83843a6d5fffaf3d91a7b119 (diff) | |
download | hercules-9ccfb2defb07670b4f350ed5853ae1a997d917d2.tar.gz hercules-9ccfb2defb07670b4f350ed5853ae1a997d917d2.tar.bz2 hercules-9ccfb2defb07670b4f350ed5853ae1a997d917d2.tar.xz hercules-9ccfb2defb07670b4f350ed5853ae1a997d917d2.zip |
Merge pull request #2537 from 4144/updatepackets
Update packets up to 2019-10-02
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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> |