diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c48d1cef..bcf70e5e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -66,7 +66,7 @@ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX) INTERFACE -Wno-literal-suffix -Wno-non-template-friend - -Wno-stringop-overflow + -Wno-stringop-overflow # TODO gcc:92101 -Wno-pedantic )