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:
authorMathias Winterhalter <2370037-ToolsDevler@users.noreply.gitlab.com>2022-04-30 01:21:52 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-04-30 01:21:52 +0300
commitfaead9ed83c97c5260910f14b232dcb3f9c89d7b (patch)
tree5a1ef0d7fa6fcf258510361d63a7c4a89f47d620 /CMakeLists.txt
parent90f483b1afb43db0bc7f5e68f844931953bb185d (diff)
Extract python plugin
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 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")