From 3383f510e5f89b6763b3510c1432bf740669f3c5 Mon Sep 17 00:00:00 2001 From: "Antenore Gatta (tmow)" Date: Sun, 1 May 2022 01:45:20 +0200 Subject: Removing ignore redefined macro --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 575a37e56..ec06950da 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 -Wno-macro-redefined") + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall") if(WITH_SSE2) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -msse2") -- cgit v1.2.3