Skip to content

Commit

Permalink
silence compiler deprecation remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwittenburg committed Jun 20, 2023
1 parent 3a1a7d0 commit 0a7569a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/cmake-v2/ci-el8-icc-mpi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ ADIOS2_USE_SZ:BOOL=ON
ADIOS2_USE_ZeroMQ:STRING=ON
ADIOS2_USE_ZFP:BOOL=ON
CMAKE_C_FLAGS:STRING=-Wall
CMAKE_C_FLAGS:STRING=-Wall -diag-disable=10441
CMAKE_C_FLAGS_DEBUG:STRING=-g -O0
CMAKE_CXX_FLAGS:STRING=-Wall
CMAKE_CXX_FLAGS:STRING=-Wall -diag-disable=10441
CMAKE_CXX_FLAGS_DEBUG:STRING=-g -O0
CMAKE_Fortran_FLAGS:STRING=-W1
Expand Down
4 changes: 2 additions & 2 deletions scripts/ci/cmake-v2/ci-el8-icc-serial.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ ADIOS2_USE_SZ:BOOL=ON
ADIOS2_USE_ZeroMQ:STRING=ON
ADIOS2_USE_ZFP:BOOL=ON
CMAKE_C_FLAGS:STRING=-Wall
CMAKE_C_FLAGS:STRING=-Wall -diag-disable=10441
CMAKE_C_FLAGS_DEBUG:STRING=-g -O0
CMAKE_CXX_FLAGS:STRING=-Wall
CMAKE_CXX_FLAGS:STRING=-Wall -diag-disable=10441
CMAKE_CXX_FLAGS_DEBUG:STRING=-g -O0
CMAKE_Fortran_FLAGS:STRING=-W1
")
Expand Down

0 comments on commit 0a7569a

Please sign in to comment.