Skip to content

Commit

Permalink
Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 17, 2025
1 parent d866674 commit 246ca1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
with:
python-version: '3.x'

- name: Suppress warnings
run: echo "CPPFLAGS += -w" >> make/local

- name: Build Math libs
run: |
make -f make/standalone math-libs -j2
Expand Down

0 comments on commit 246ca1d

Please sign in to comment.