diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-03-15 11:00:08 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-03-15 11:00:08 -0300 |
commit | 4f0c716c8e5fbd58646ecf27cfeff428d568fa42 (patch) | |
tree | 529c6d885463631a3f45d9dd25fdc799e18a8f9c /makefile | |
parent | 70b0ee63106e0f66890e76cc7304ded4e9417f90 (diff) | |
download | lua-4f0c716c8e5fbd58646ecf27cfeff428d568fa42.tar.gz lua-4f0c716c8e5fbd58646ecf27cfeff428d568fa42.tar.bz2 lua-4f0c716c8e5fbd58646ecf27cfeff428d568fa42.zip |
added two more commented warning options (just to know about them)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ CWARNSC=-pedantic -Wextra \ | |||
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 | # -Wsign-conversion \ | ||
21 | # -Wconversion \ | ||
20 | # -Wlogical-op \ | 22 | # -Wlogical-op \ |
21 | # -Wstrict-overflow=2 \ | 23 | # -Wstrict-overflow=2 \ |
22 | # -Wformat=2 \ | 24 | # -Wformat=2 \ |