Skip to content

Commit

Permalink
Disable Warnings in oneAPI 2025.0 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Oct 31, 2024
1 parent 4d40f0e commit 4093772
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 @@ -16,7 +16,7 @@ jobs:
if: ${{ github.repository == 'AMReX-Fluids/incflo' || github.event_name != 'schedule' }}
name: SYCL EB 2D
runs-on: ubuntu-latest
env: {CXXFLAGS: "-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: "-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 incflo
uses: actions/checkout@v4
Expand Down

0 comments on commit 4093772

Please sign in to comment.