lua

A copy of the Lua development repository
Log | Files | Refs | README

commit dc4c459546e82a66b3eb22b63701fabb8f8d4fd8
parent 19a6c3874551719f0fab72465339e6d46148396f
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Thu, 26 Nov 2009 14:36:31 -0200

a few new warnings

Diffstat:
Mmakefile | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git 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 \