From 748947f499d6a96314936ae976629f91f924cb22 Mon Sep 17 00:00:00 2001 From: Weiqun Zhang Date: Wed, 30 Oct 2024 17:37:45 -0700 Subject: [PATCH] Disable warnings in Intel oneAPI 2025.0 --- .github/workflows/sycl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sycl.yml b/.github/workflows/sycl.yml index 1b0b9e71b..00beaa92b 100644 --- a/.github/workflows/sycl.yml +++ b/.github/workflows/sycl.yml @@ -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