From dc4c459546e82a66b3eb22b63701fabb8f8d4fd8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 26 Nov 2009 14:36:55 -0200 Subject: a few new warnings --- makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index 0d5a42b9..84934391 100644 --- a/makefile +++ b/makefile @@ -17,6 +17,13 @@ CWARNS= -pedantic -Wextra \ -Wstrict-prototypes \ -Wundef \ -Wwrite-strings \ + -Wc++-compat \ + -Wold-style-definition \ + -Wredundant-decls \ + -Wdisabled-optimization \ + # -Wlogical-op \ + # -Wformat=2 \ + # -Wstrict-overflow=5 \ # -Wcast-qual \ -- cgit v1.2.3-55-g6feb