Increased warning level.
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 28 Jan 2012 18:34:49 +0000 (16:34 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 28 Jan 2012 18:34:49 +0000 (16:34 -0200)
CMakeLists.txt

index a913e9d..cf63d64 100644 (file)
@@ -13,6 +13,8 @@ cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
 # compiler: add definitions and arguments to the compiler
 add_definitions(
     -Wall -Wextra -Weffc++ -Wshadow -Wcast-qual -Wconversion -pedantic
+    -Wabi -Wfloat-equal -Winline -Wmissing-declarations -Wmissing-format-attribute
+    -Wno-long-long -Woverloaded-virtual -Wpacked -Wredundant-decls -Wsign-promo
     #-Werror
     #-O2
     -DVERSION_STRING=${VERSION}