From 4f0c716c8e5fbd58646ecf27cfeff428d568fa42 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 15 Mar 2013 11:00:08 -0300 Subject: added two more commented warning options (just to know about them) --- makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile') diff --git a/makefile b/makefile index dbd4b677..b4c14a3a 100644 --- a/makefile +++ b/makefile @@ -17,6 +17,8 @@ CWARNSC=-pedantic -Wextra \ -Wdisabled-optimization \ -Wstrict-aliasing \ # the next warnings generate to much noise, so they are disabled + # -Wsign-conversion \ + # -Wconversion \ # -Wlogical-op \ # -Wstrict-overflow=2 \ # -Wformat=2 \ -- cgit v1.2.1