From f73dbd02b51b2c1bddddc7931e2d7e1e476a23e2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 17 Jun 2013 16:51:54 +0200 Subject: [PATCH] Update warnings to recent GCC --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2