From b5ed2b2e9aa0cb2fc4474ac1a964865e179ddfc7 Mon Sep 17 00:00:00 2001 From: f4exb Date: Fri, 26 May 2017 01:59:59 +0200 Subject: [PATCH] Removed compiler warnings as errors --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 062a696f9..0b0afa4af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -530,7 +530,7 @@ endif() ############################################################################## # Compiler flags. -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror -fmax-errors=10 -std=c++11 -O2 -ffast-math -ftree-vectorize ${EXTRA_FLAGS}") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -fmax-errors=10 -std=c++11 -O2 -ffast-math -ftree-vectorize ${EXTRA_FLAGS}") set(sdrangel_SOURCES app/main.cpp