Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-05-01 02:45:20 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-05-01 02:45:20 +0300
commit3383f510e5f89b6763b3510c1432bf740669f3c5 (patch)
treeb7e397fc51a218cd7f0bfbcb45d63fae2ea6e540 /CMakeLists.txt
parent4b2ef9e0ed4565f2e6a7bc4ce26424986f848255 (diff)
Removing ignore redefined macro
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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")