summaryrefslogtreecommitdiffstats
path: root/config/ibm-flags
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-09 11:28:23 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-09 11:28:23 (GMT)
commit86b03d3ef847ae902deaa4932eba23fb960378c3 (patch)
tree31171b990cb6a1649d67951934786c0938131a80 /config/ibm-flags
parentb1ff8f3fdecec1b8dddb8ca08c10c222be39b366 (diff)
downloadhdf5-86b03d3ef847ae902deaa4932eba23fb960378c3.zip
hdf5-86b03d3ef847ae902deaa4932eba23fb960378c3.tar.gz
hdf5-86b03d3ef847ae902deaa4932eba23fb960378c3.tar.bz2
[svn-r27713] Added -qflag=w:w to config/ibm-flags. This will suppress informational flags
on AIX, suppressing thousands of "__attribute__ is non-portable" messages in the AIX nightly test output. Tested on: Nothing. I have no access to an AIX machine.
Diffstat (limited to 'config/ibm-flags')
-rw-r--r--config/ibm-flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ibm-flags b/config/ibm-flags
index a1dfa2a..89a6ae9 100644
--- a/config/ibm-flags
+++ b/config/ibm-flags
@@ -57,7 +57,7 @@ if test "XL" = "$cc_vendor"; then
enable_shared="${enable_shared:-no}"
# Make sure this is applied to other API compile options such as C++.
AM_CFLAGS="$AM_CFLAGS"
- H5_CFLAGS="-qlanglvl=stdc99 $H5_CFLAGS"
+ H5_CFLAGS="-qlanglvl=stdc99 -qflag=w:w $H5_CFLAGS"
DEBUG_CFLAGS="-g -qfullpath"
DEBUG_CPPFLAGS=
# -O causes test/dtypes to fail badly. Turn it off for now.