From dbf911c516acc51770f99f362e59cd32b621b3b8 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 2 Jan 2015 11:03:52 -0200 Subject: [PATCH] detail (added -Wconversion as a comment, to be used ocasionally) --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 0202b0de..e8f97d59 100644 --- a/makefile +++ b/makefile @@ -17,6 +17,7 @@ CWARNSCPP= \ -Wdisabled-optimization \ -Wstrict-aliasing \ # the next warnings generate to much noise, so they are disabled + # -Wconversion -Wno-sign-conversion \ # -Wsign-conversion \ # -Wconversion \ # -Wlogical-op \