diff options
author | Quincey Koziol <koziol@koziol.gov> | 2019-07-03 04:49:35 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@koziol.gov> | 2019-07-03 04:49:35 (GMT) |
commit | 7509c2c4fc304971b7eccf34aecc72304b9e4c8f (patch) | |
tree | 13e35d2f5c79f9a992bc948b63d8b61911822eff /config/gnu-flags | |
parent | 3b594992d6b062cf350d3f03e4b5c5d27b83a245 (diff) | |
download | hdf5-7509c2c4fc304971b7eccf34aecc72304b9e4c8f.zip hdf5-7509c2c4fc304971b7eccf34aecc72304b9e4c8f.tar.gz hdf5-7509c2c4fc304971b7eccf34aecc72304b9e4c8f.tar.bz2 |
Added GCC9 flags to CMake build
Diffstat (limited to 'config/gnu-flags')
-rw-r--r-- | config/gnu-flags | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags index c5c70eb..f401d3d 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -241,7 +241,6 @@ case "$cc_vendor-$cc_version" in H5_CFLAGS="$H5_CFLAGS -Wattribute-alias -Wcast-align=strict -Wshift-overflow=2" # Append warning flags that only gcc 9.x+ knows about - DEVELOPER_WARNING_CFLAGS="$DEVELOPER_WARNING_CFLAGS " H5_CFLAGS="$H5_CFLAGS -Wattribute-alias=2 -Wmissing-profile" ;; |