summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-10-07 17:34:09 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-10-07 17:34:09 (GMT)
commit288ae329aaf0a884b5b92c4090a414fd1cd6788f (patch)
tree73bd5d9f0b525f0b666ffb80e967adbec8fd98d2 /autogen.sh
parentc0a19450a352c51254e44d27b2a5cc509e3c9313 (diff)
downloadhdf5-288ae329aaf0a884b5b92c4090a414fd1cd6788f.zip
hdf5-288ae329aaf0a884b5b92c4090a414fd1cd6788f.tar.gz
hdf5-288ae329aaf0a884b5b92c4090a414fd1cd6788f.tar.bz2
[svn-r27994] Merge of r27799 from trunk.
High-level library warnings. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 41858cc..63be95a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -390,6 +390,7 @@ do
echo '#pragma GCC diagnostic ignored "-Wunused-function" ' >> tmp.out
echo '#pragma GCC diagnostic ignored "-Wunused-macros" ' >> tmp.out
echo '#pragma GCC diagnostic ignored "-Wunused-parameter" ' >> tmp.out
+ echo '#pragma GCC diagnostic ignored "-Wredundant-decls" ' >> tmp.out
echo '#elif defined __SUNPRO_CC ' >> tmp.out
echo '#pragma disable_warn ' >> tmp.out
echo '#elif defined _MSC_VER ' >> tmp.out