Skip to content

Commit

Permalink
Disable warnings in Intel oneAPI 2025.0 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Oct 31, 2024
1 parent 4b10934 commit 274be3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sycl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
sycl_2d:
name: SYCL 2D
runs-on: ubuntu-latest
env: {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wextra-semi -Wunreachable-code -Wnon-virtual-dtor -Wno-sign-compare -Wno-missing-braces"}
env: {CXXFLAGS: "-fno-operator-names -Werror -Wall -Wextra -Wpedantic -Wnull-dereference -Wfloat-conversion -Wshadow -Woverloaded-virtual -Wextra-semi -Wunreachable-code -Wnon-virtual-dtor -Wno-sign-compare -Wno-missing-braces -Wno-unused-variable -Wno-shadow"}
steps:
- name: Checkout AMReX-Hydro
uses: actions/checkout@v4
Expand Down

0 comments on commit 274be3c

Please sign in to comment.