Skip to content

Commit 0597596

Browse files
committed
Warnings
1 parent 79a37bd commit 0597596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
echo "CC=gcc-14" >> make/local
3535
echo "CXX=g++-14" >> make/local
36+
echo "CPPFLAGS += -Wno-deprecated-declarations -Wno-psabi" >> make/local
3637
- name: Build Math libs
3738
run: |
3839
make -f make/standalone math-libs -j2

0 commit comments

Comments
 (0)