From: Guilherme Maciel Ferreira Date: Sat, 28 Jan 2012 18:34:49 +0000 (-0200) Subject: Increased warning level. X-Git-Tag: v1.3~11^2~30 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=2a0be16606c773cffd7d03981759e2b4405dc605;p=pingcheck Increased warning level. --- 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}