Skip to content

Commit 679bc41

Browse files
committed
Trying -DPYBIND11_WERROR=OFF
1 parent 53577c9 commit 679bc41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,9 +562,9 @@ jobs:
562562
- name: Configure C++17
563563
run: |
564564
set +e; source /opt/intel/oneapi/setvars.sh; set -e
565-
export CXXFLAGS="-diag-disable:conversion"
565+
# export CXXFLAGS="-diag-disable:conversion" # Did not work.
566566
cmake -S . -B build-17 \
567-
-DPYBIND11_WERROR=ON \
567+
-DPYBIND11_WERROR=OFF \
568568
-DDOWNLOAD_CATCH=ON \
569569
-DDOWNLOAD_EIGEN=OFF \
570570
-DCMAKE_CXX_STANDARD=17 \

0 commit comments

Comments
 (0)