aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syntax_tools
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-01-23 13:25:13 +0100
committerBjörn Gustavsson <[email protected]>2013-01-23 13:37:42 +0100
commit13dc75d665058fea45d8bf33dff785049903cfd9 (patch)
tree2a794ecb9d3954d234a58ac996434fbc53ac1733 /lib/syntax_tools
parente7958cb3b3332a5ef4c067fe4f080587689b65d7 (diff)
downloadotp-13dc75d665058fea45d8bf33dff785049903cfd9.tar.gz
otp-13dc75d665058fea45d8bf33dff785049903cfd9.tar.bz2
otp-13dc75d665058fea45d8bf33dff785049903cfd9.zip
Turn warnings to errors on selected applications
Diffstat (limited to 'lib/syntax_tools')
-rw-r--r--lib/syntax_tools/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syntax_tools/src/Makefile b/lib/syntax_tools/src/Makefile
index 2aa6591c77..c9fbad8f9a 100644
--- a/lib/syntax_tools/src/Makefile
+++ b/lib/syntax_tools/src/Makefile
@@ -26,7 +26,7 @@ EBIN = ../ebin
ifeq ($(NATIVE_LIBS_ENABLED),yes)
ERL_COMPILE_FLAGS += +native
endif
-ERL_COMPILE_FLAGS += +warn_unused_vars +nowarn_shadow_vars +warn_unused_import # +warn_missing_spec +warn_untyped_record
+ERL_COMPILE_FLAGS += +nowarn_shadow_vars +warn_unused_import -Werror # +warn_missing_spec +warn_untyped_record
SOURCES=erl_syntax.erl erl_prettypr.erl erl_syntax_lib.erl \
erl_comment_scan.erl erl_recomment.erl erl_tidy.erl \