Skip to content

Commit

Permalink
Apply flag only to Fortran sources. Fix #7803.
Browse files Browse the repository at this point in the history
  - Windows build had been broken for a while and I did not notice.

  - `fallow-argument-mismatch` was being applied to all source files.
    However, we have C sources and not just Fortran sources to compile.

    Apply the flag just for the Fortran sources.

    GCC and Clang on linux do not complain about this flag. But it seems
    to error out on Windows with MSYS versions of Clang.
    Maybe it is because the our MSYS clang is at 11.0 and on linux we use
    older Clang versions.
  • Loading branch information
mahge committed Aug 24, 2021
1 parent 23640ff commit 2c5532c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/3rdParty

0 comments on commit 2c5532c

Please sign in to comment.