summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-16 10:34:25 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-16 10:34:25 (GMT)
commitcc0165a973d17386cd4983ac1d0394ad4feb8034 (patch)
tree47c0839db019c336beeae779a6030f85869eb97f /autogen.sh
parent183ba43b41674c3d8912cb3759bc57fa846155ed (diff)
downloadhdf5-cc0165a973d17386cd4983ac1d0394ad4feb8034.zip
hdf5-cc0165a973d17386cd4983ac1d0394ad4feb8034.tar.gz
hdf5-cc0165a973d17386cd4983ac1d0394ad4feb8034.tar.bz2
[svn-r27799] Minor warning fixes in the high-level library.
Tested on: jam (too minor for h5committest)
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 5517c61..91d8348 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -441,6 +441,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