diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-03-07 21:35:51 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-03-07 21:35:51 (GMT) |
commit | b99b5d494e4aa86901d7a68d4a31de96d11c83c7 (patch) | |
tree | ea9594f219a6c720b9f3dd35b4caac4a14bceb3b /config/gnu-cxxflags | |
parent | 36c46346060c867d0782043f5f67be12acfc2241 (diff) | |
download | hdf5-b99b5d494e4aa86901d7a68d4a31de96d11c83c7.zip hdf5-b99b5d494e4aa86901d7a68d4a31de96d11c83c7.tar.gz hdf5-b99b5d494e4aa86901d7a68d4a31de96d11c83c7.tar.bz2 |
[svn-r29325] Removed -Wmissing-declarations from the gnu C++ flags. It's not used for C++.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial w/ C++
Diffstat (limited to 'config/gnu-cxxflags')
-rw-r--r-- | config/gnu-cxxflags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-cxxflags b/config/gnu-cxxflags index 9d72b8f..befaa32 100644 --- a/config/gnu-cxxflags +++ b/config/gnu-cxxflags @@ -94,7 +94,7 @@ case "$cxx_vendor-$cxx_version" in esac # General (copied from H5_CFLAGS) - H5_CXXFLAGS="$H5_CXXFLAGS $arch -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return -Wmissing-declarations -Wredundant-decls -Winline" + H5_CXXFLAGS="$H5_CXXFLAGS $arch -pedantic -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return -Wredundant-decls -Winline" # C++-specific H5_CXXFLAGS="$H5_CXXFLAGS -Wsign-promo -Woverloaded-virtual -Wold-style-cast -Weffc++ -Wreorder -Wnon-virtual-dtor -Wctor-dtor-privacy -Wabi" |