diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-16 15:57:37 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-16 15:57:37 (GMT) |
commit | 92dc665301127ae5a3e089bd8ecd00ed187a28f9 (patch) | |
tree | bd9dbb1a793f2c42d26169962ea3d7c5206a1544 /hl | |
parent | d90e4acfa7b0d1be202d56441e9912417147af26 (diff) | |
download | hdf5-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')
-rw-r--r-- | hl/src/H5LTanalyze.c | 1 | ||||
-rw-r--r-- | hl/src/H5LTparse.c | 1 |
2 files changed, 2 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 diff --git a/hl/src/H5LTparse.c b/hl/src/H5LTparse.c index 6ca95c54..b63cb49 100644 --- a/hl/src/H5LTparse.c +++ b/hl/src/H5LTparse.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 |