Skip to content

Commit

Permalink
no warn as err
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Jan 5, 2015
1 parent f096860 commit 3f36a50
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 @@ -206,7 +206,7 @@ help::

# Configuration.

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

0 comments on commit 3f36a50

Please sign in to comment.