From: Joel Holdsworth Date: Sat, 13 Oct 2012 21:29:20 +0000 (+0100) Subject: Enable -Werror -Wall X-Git-Tag: pulseview-0.1.0~246 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=38935007e7feb384119af3a07f1ad5452e6de5ff;hp=fe48aaeba282c95336583aa9dfe31c8c259480c6 Enable -Werror -Wall --- 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