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 bdfaebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/cmake-v2/ci-el8-icc-serial.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ADIOS2_USE_ZFP:BOOL=ON
CMAKE_C_FLAGS:STRING=-Wall
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
2 changes: 1 addition & 1 deletion scripts/ci/cmake-v2/ci-el8-oneapi-serial.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ADIOS2_USE_ZFP:BOOL=ON
CMAKE_C_FLAGS:STRING=-Wall
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 bdfaebf

Please sign in to comment.