From c6b8cb3803b49fd6da10f8e895ebbe3488fb4486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Mon, 24 Oct 2011 12:55:16 +0000 Subject: [PATCH] Drop Werror --- comar/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comar/CMakeLists.txt b/comar/CMakeLists.txt index 79a0060..43dd03c 100644 --- a/comar/CMakeLists.txt +++ b/comar/CMakeLists.txt @@ -16,7 +16,7 @@ SET (APP_SUFFIX "3") # Uncomment this for production releases. SET (VERSION_SUFFIX "") -SET (FLAGS "-g -O0 -Werror -Wcast-align -Wno-uninitialized -Wall -fstrict-aliasing") +SET (FLAGS "-g -O0 -Wcast-align -Wno-uninitialized -Wall -fstrict-aliasing") # Uncomment this for gprof profiling # SET (FLAGS "-g -O0 -Werror -Wcast-align -Wno-uninitialized -Wall -fstrict-aliasing -fprofile-arcs -ftest-coverage") -- 2.18.1