You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detect whether the Fortran compiler handles #warning
Some compilers (gfortran) do not print the warning when the include
file is found through include paths, which makes the warning useless.
We enable the #warning if we detect that the compiler accepts it
and prints the warning we expect.
Signed-off-by: Joseph Schuchart <[email protected]>
0 commit comments