From 38935007e7feb384119af3a07f1ad5452e6de5ff Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 13 Oct 2012 22:29:20 +0100 Subject: [PATCH] Enable -Werror -Wall --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b41bff7..a54708e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,6 +130,7 @@ include(${QT_USE_FILE}) #------------------------------------------------------------------------------- add_definitions(${QT_DEFINITIONS}) +add_definitions(-Werror -Wall) #=============================================================================== #= Global Include Directories -- 2.30.2