aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-02-22 13:57:11 +0100
committerLoïc Hoguin <[email protected]>2013-02-22 13:57:11 +0100
commitf7fa4016ec71e3b406be3fec73f63aa01b370eef (patch)
tree06db546859287826c95caabbe460eaa363fcd007 /Makefile
parent3181382d72d0f7be681e150cfa2baabec5c2861b (diff)
parent73c718dcb5a5c7bff77f34bc22f3b68f4683bec3 (diff)
downloadcowboy-f7fa4016ec71e3b406be3fec73f63aa01b370eef.tar.gz
cowboy-f7fa4016ec71e3b406be3fec73f63aa01b370eef.tar.bz2
cowboy-f7fa4016ec71e3b406be3fec73f63aa01b370eef.zip
Merge branch 'fix-warnings' of git://github.com/Egobrain/cowboy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d04758c..2349caa 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@
PROJECT = cowboy
RANCH_VSN = 0.6.1
-ERLC_OPTS = -Werror +debug_info +warn_export_all # +bin_opt_info +warn_missing_spec
+ERLC_OPTS = -Werror +debug_info +warn_export_all +warn_export_vars \
+ +warn_shadow_vars +warn_obsolete_guard # +bin_opt_info +warn_missing_spec
DEPS_DIR ?= $(CURDIR)/deps
export DEPS_DIR