Skip to content

Commit 246ca1d

Browse files
committed
Warnings
1 parent d866674 commit 246ca1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
with:
3030
python-version: '3.x'
3131

32+
- name: Suppress warnings
33+
run: echo "CPPFLAGS += -w" >> make/local
34+
3235
- name: Build Math libs
3336
run: |
3437
make -f make/standalone math-libs -j2

0 commit comments

Comments
 (0)