summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTanalyze.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-16 15:57:37 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-16 15:57:37 (GMT)
commit92dc665301127ae5a3e089bd8ecd00ed187a28f9 (patch)
treebd9dbb1a793f2c42d26169962ea3d7c5206a1544 /hl/src/H5LTanalyze.c
parentd90e4acfa7b0d1be202d56441e9912417147af26 (diff)
downloadhdf5-92dc665301127ae5a3e089bd8ecd00ed187a28f9.zip
hdf5-92dc665301127ae5a3e089bd8ecd00ed187a28f9.tar.gz
hdf5-92dc665301127ae5a3e089bd8ecd00ed187a28f9.tar.bz2
[svn-r27802] Added an explicit -I m4 to the aclocal line.
The files in the m4 directory were not getting picked up on some platforms. Tested on: jam
Diffstat (limited to 'hl/src/H5LTanalyze.c')
-rw-r--r--hl/src/H5LTanalyze.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/src/H5LTanalyze.c b/hl/src/H5LTanalyze.c
index 54e443d..bad963d 100644
--- a/hl/src/H5LTanalyze.c
+++ b/hl/src/H5LTanalyze.c
@@ -12,6 +12,7 @@
#pragma GCC diagnostic ignored "-Wunused-function"
#pragma GCC diagnostic ignored "-Wunused-macros"
#pragma GCC diagnostic ignored "-Wunused-parameter"
+#pragma GCC diagnostic ignored "-Wredundant-decls"
#elif defined __SUNPRO_CC
#pragma disable_warn
#elif defined _MSC_VER