aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-01-02 11:03:52 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2015-01-02 11:03:52 -0200
commitdbf911c516acc51770f99f362e59cd32b621b3b8 (patch)
treee7b093d780895737ff6da6a45a4d101777623a4c /makefile
parent3a29087cb7d08a2693c9eecd82cf2ce13551e450 (diff)
downloadlua-dbf911c516acc51770f99f362e59cd32b621b3b8.tar.gz
lua-dbf911c516acc51770f99f362e59cd32b621b3b8.tar.bz2
lua-dbf911c516acc51770f99f362e59cd32b621b3b8.zip
detail (added -Wconversion as a comment, to be used ocasionally)
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0202b0de..e8f97d59 100644
--- a/makefile
+++ b/makefile
@@ -17,6 +17,7 @@ CWARNSCPP= \
17 -Wdisabled-optimization \ 17 -Wdisabled-optimization \
18 -Wstrict-aliasing \ 18 -Wstrict-aliasing \
19 # the next warnings generate to much noise, so they are disabled 19 # the next warnings generate to much noise, so they are disabled
20 # -Wconversion -Wno-sign-conversion \
20 # -Wsign-conversion \ 21 # -Wsign-conversion \
21 # -Wconversion \ 22 # -Wconversion \
22 # -Wlogical-op \ 23 # -Wlogical-op \