mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
[svn-r27728] Merge of r27713 from revise_chunks
Added -qflag=w:w to config/ibm-flags. This will suppress informational messages 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.
This commit is contained in:
parent
9ac201d01a
commit
08ce739cda
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user