Skip to content

Commit 1c664a7

Browse files
committed
gcc-15 fix
1 parent dcca0fe commit 1c664a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/meta_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ pushd metapackage_stdlib
2828
popd
2929

3030
pushd metapackage_minpack
31-
"$fpm" build --verbose
32-
"$fpm" run --verbose
31+
"$fpm" build --verbose --flag " -Wno-external-argument-mismatch"
32+
"$fpm" run --verbose --flag " -Wno-external-argument-mismatch"
3333
popd
3434

3535
pushd metapackage_mpi

0 commit comments

Comments
 (0)