diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-01-02 11:03:52 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-01-02 11:03:52 -0200 |
commit | dbf911c516acc51770f99f362e59cd32b621b3b8 (patch) | |
tree | e7b093d780895737ff6da6a45a4d101777623a4c /makefile | |
parent | 3a29087cb7d08a2693c9eecd82cf2ce13551e450 (diff) | |
download | lua-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-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |