From ec9d2445ff475fc7ce251f008fe17098dbd2a4cd Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Wed, 20 Nov 2019 16:41:09 -0300 Subject: [PATCH] Revert cmake file from SRC folder Signed-off-by: Uilian Ries --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )