Skip to content

Commit

Permalink
Do not error on warnings for this project for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed Sep 17, 2014
1 parent 2acebe9 commit 32c6f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erlang.mk
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ help::

# Configuration.

ERLC_OPTS ?= -Werror +debug_info +warn_export_all +warn_export_vars \
ERLC_OPTS ?= +debug_info +warn_export_all +warn_export_vars \
+warn_shadow_vars +warn_obsolete_guard # +bin_opt_info +warn_missing_spec
COMPILE_FIRST ?=
COMPILE_FIRST_PATHS = $(addprefix src/,$(addsuffix .erl,$(COMPILE_FIRST)))
Expand Down

0 comments on commit 32c6f79

Please sign in to comment.