diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-09-25 20:52:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-10-17 03:30:39 +0300 |
commit | 1bc17b805aec9dff503afca1e4b7120c5c836b75 (patch) | |
tree | 650394991a8f5d924a936aa5c2e9cbaf2ed77c6b /configure.ac | |
parent | 5b2f2fd6edbc13c2ba7ea777ceb205294899b72b (diff) | |
download | hercules-1bc17b805aec9dff503afca1e4b7120c5c836b75.tar.gz hercules-1bc17b805aec9dff503afca1e4b7120c5c836b75.tar.bz2 hercules-1bc17b805aec9dff503afca1e4b7120c5c836b75.tar.xz hercules-1bc17b805aec9dff503afca1e4b7120c5c836b75.zip |
Fix compilation warnings in gcc-9
Also reenabled array bound warning
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> |