File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 30
30
- {compiler: gcc, version: 15}
31
31
- {compiler: intel, version: 2025.1}
32
32
exclude :
33
+ - os : ubuntu-latest # gcc 15 not available on Ubuntu yet
34
+ toolchain : {compiler: gcc, version: 15}
33
35
- os : macos-13 # No Intel on MacOS anymore since 2024
34
36
toolchain : {compiler: intel, version: '2025.1'}
35
37
- os : windows-latest # Doesn't pass build and tests yet
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ module fpm_compiler
178
178
flag_gnu_opt = " -O3 -funroll-loops" , &
179
179
flag_gnu_debug = " -g" , &
180
180
flag_gnu_pic = " -fPIC" , &
181
- flag_gnu_warn = " -Wall -Wextra" , &
181
+ flag_gnu_warn = " -Wall -Wextra -Wnoexternal-argument-mismatch " , &
182
182
flag_gnu_check = " -fcheck=bounds -fcheck=array-temps" , &
183
183
flag_gnu_limit = " -fmax-errors=1" , &
184
184
flag_gnu_external = " -Wimplicit-interface" , &
You can’t perform that action at this time.
0 commit comments