summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2013-03-15 11:00:08 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2013-03-15 11:00:08 -0300
commit4f0c716c8e5fbd58646ecf27cfeff428d568fa42 (patch)
tree529c6d885463631a3f45d9dd25fdc799e18a8f9c /makefile
parent70b0ee63106e0f66890e76cc7304ded4e9417f90 (diff)
downloadlua-github-4f0c716c8e5fbd58646ecf27cfeff428d568fa42.tar.gz
added two more commented warning options (just to know about them)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
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 \