From 2a0be16606c773cffd7d03981759e2b4405dc605 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Sat, 28 Jan 2012 16:34:49 -0200 Subject: [PATCH] Increased warning level. --- CMakeLists.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a913e9d..cf63d64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} -- 1.7.1