mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
6b4885b58b
Fix spurious warnings from gfortran+Ninja for preprocessing. Fixes: #23248
7 lines
171 B
FortranFixed
7 lines
171 B
FortranFixed
#define int INTEGER
|
|
! This single unmatched quote ' should not cause an error during compilation
|
|
PROGRAM PREPRO
|
|
int f = 1
|
|
PRINT*, f
|
|
END
|