You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
442 B
17 lines
442 B
2 years ago
|
# warning flags added for gfortran >= 4.4
|
||
|
-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
|