From: Martin Mares Date: Mon, 17 Jun 2013 14:51:54 +0000 (+0200) Subject: Update warnings to recent GCC X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f73dbd02b51b2c1bddddc7931e2d7e1e476a23e2;p=netgrind.git Update warnings to recent GCC --- diff --git a/Makefile b/Makefile index c7bf0d0..8080154 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CLANG=-std=gnu99 -COPT=-O2 -fstrict-aliasing -finline-limit=2000 -CWARNS=-Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline +COPT=-O2 +CWARNS=-Wall -Wextra -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wno-pointer-sign LOPT= LIBS= CDEBUG=-DDEBUG -ggdb