diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-05-26 17:38:18 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-05-26 17:38:18 (GMT) |
commit | c9121bfdf455e0c4fc7e529326c43672c37d908b (patch) | |
tree | 2591a30759cc7cc284e1a1f9c0d64887fdfd4e0c | |
parent | cf80aac401af8781d7224f91e421a3bc0beb91ad (diff) | |
parent | 742e1d5541a488ca1a1772c05833c16a6a73d3ab (diff) | |
download | hdf5-c9121bfdf455e0c4fc7e529326c43672c37d908b.zip hdf5-c9121bfdf455e0c4fc7e529326c43672c37d908b.tar.gz hdf5-c9121bfdf455e0c4fc7e529326c43672c37d908b.tar.bz2 |
Merge pull request #546 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull to develop
* commit '742e1d5541a488ca1a1772c05833c16a6a73d3ab':
Fixed misplaced space in config/gnu-flags.
-rw-r--r-- | config/gnu-flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags index 74cf76f..b4d5e8d 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -106,7 +106,7 @@ case "$cc_vendor-$cc_version" in H5_CFLAGS="$H5_CFLAGS -Wformat=2 -Winit-self -Winvalid-pch -Wmissing-declarations -Wmissing-include-dirs" H5_CFLAGS="$H5_CFLAGS -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wpointer-arith" H5_CFLAGS="$H5_CFLAGS -Wredundant-decls -Wshadow -Wstrict-prototypes -Wswitch-default -Wswitch-enum" - H5_CFLAGS="$H5_CFLAGS -Wundef -Wunused-macros-Wunsafe -loop-optimizations -Wwrite-strings" + H5_CFLAGS="$H5_CFLAGS -Wundef -Wunused-macros -Wunsafe-loop-optimizations -Wwrite-strings" # Production # NDEBUG is handled explicitly by the configure script |