From faead9ed83c97c5260910f14b232dcb3f9c89d7b Mon Sep 17 00:00:00 2001 From: Mathias Winterhalter <2370037-ToolsDevler@users.noreply.gitlab.com> Date: Fri, 29 Apr 2022 22:21:52 +0000 Subject: Extract python plugin --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ec06950da..575a37e56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,7 +145,7 @@ if(CMAKE_COMPILER_IS_GNUCC) endif() endif() - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall") + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wno-macro-redefined") if(WITH_SSE2) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse2") -- cgit v1.2.3