From ba427d60ef5af1117e5f7c91c44317835f6373c9 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 29 Apr 2011 11:02:13 +0200 Subject: [PATCH] Comment out -Werror as rpm will compile with -O2 - this results in warnings --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd7ea83..d6d6092 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ set(CMAKE_BUILD_TYPE Debug) # compiler: add definitions and arguments to the compiler add_definitions( -Wall -Wextra -Weffc++ -Wshadow -Wcast-qual -Wconversion -pedantic - -Werror + #-Werror #-O2 -DVERSION_STRING=${VERSION} -DPROJECT_NAME=\"${PROJECT_NAME}\" -- 1.7.1