Skip to content

Commit bd2790c

Browse files
committed
Disable warning
1 parent de97d82 commit bd2790c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")
2929
"-Wno-c++98-c++11-c++14-compat"
3030
"-Wno-c++98-compat"
3131
"-Wno-c++98-compat-pedantic"
32+
"-Wno-deprecated-declarations"
3233
"-Wno-double-promotion"
3334
"-Wno-exit-time-destructors"
3435
"-Wno-float-equal"

0 commit comments

Comments
 (0)