Skip to content

Commit adae6ee

Browse files
authored
ICPC: -diag-disable:conversion
Try to suppress the `-Werror-all` promotion in `#include <variant>`
1 parent 4d501a1 commit adae6ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ 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"
565566
cmake -S . -B build-17 \
566567
-DPYBIND11_WERROR=ON \
567568
-DDOWNLOAD_CATCH=ON \

0 commit comments

Comments
 (0)