diff --git a/CMakeLists.txt b/CMakeLists.txt index b00d6bd32d2..2003a2841e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,6 +141,8 @@ endif() # CXX WARNING FLAGS set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \ + -Wno-deprecated-declarations\ + -Wno-parentheses-equality\ -Wno-missing-braces\ -Wno-reorder\ -Wno-microsoft\