diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-04-05 20:56:52 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-04-05 20:56:52 (GMT) |
commit | 29ad4fcec93a16d454cceddf71aadad6372ca1a3 (patch) | |
tree | 0724f571251806b9ce4c64efe2584ddc2380f069 /config/gnu-warnings/gfort-4.8 | |
parent | 2c2627e7f66ae9a7c333ad250101f97ae65178ab (diff) | |
download | hdf5-29ad4fcec93a16d454cceddf71aadad6372ca1a3.zip hdf5-29ad4fcec93a16d454cceddf71aadad6372ca1a3.tar.gz hdf5-29ad4fcec93a16d454cceddf71aadad6372ca1a3.tar.bz2 |
Correct whitespace in flags, force list mode
Diffstat (limited to 'config/gnu-warnings/gfort-4.8')
-rw-r--r-- | config/gnu-warnings/gfort-4.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-warnings/gfort-4.8 b/config/gnu-warnings/gfort-4.8 index 1fddee0..1b96a51 100644 --- a/config/gnu-warnings/gfort-4.8 +++ b/config/gnu-warnings/gfort-4.8 @@ -2,4 +2,4 @@ -Wrealloc-lhs-all # Turn off warnings for passing non-ANSI types to BIND(). # We pass a lot of hid_t, etc. types so this generates a LOT of spurious warnings. --Wno-c-binding-type" +-Wno-c-binding-type |