diff options
Diffstat (limited to 'config/gnu-warnings/gfort-4.8')
-rw-r--r-- | config/gnu-warnings/gfort-4.8 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/gnu-warnings/gfort-4.8 b/config/gnu-warnings/gfort-4.8 new file mode 100644 index 0000000..9d880de --- /dev/null +++ b/config/gnu-warnings/gfort-4.8 @@ -0,0 +1,17 @@ +# warning flags added for gfortran >= 4.4 +-Warray-temporaries +-Wintrinsics-std + +# warning flag added for gfortran >= 4.5 +-Wimplicit-procedure + +# warning flags added for gfortran >= 4.7 +-Wreal-q-constant +-Wfunction-elimination + +# warning flags added for gfortran >= 4.8 +-Wrealloc-lhs +-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 |