aboutsummaryrefslogtreecommitdiffstats
path: root/lib/typer
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2014-04-14 11:58:29 +0200
committerHans Bolinder <[email protected]>2014-04-14 11:58:29 +0200
commitb8494d9b7362f1edfb87f2dbd9f12e316ac71c1e (patch)
treeeb4fb1a8aeff6f981bc4176e1edfbfcd3a2024c5 /lib/typer
parentdf7dc4d8b6a2834136c5ffefb404009ce62ea939 (diff)
parentf789906490ac7854baa08663b344422340df9739 (diff)
downloadotp-b8494d9b7362f1edfb87f2dbd9f12e316ac71c1e.tar.gz
otp-b8494d9b7362f1edfb87f2dbd9f12e316ac71c1e.tar.bz2
otp-b8494d9b7362f1edfb87f2dbd9f12e316ac71c1e.zip
Merge branch 'kostis/dialyzer-warn_export_vars' into maint
* kostis/dialyzer-warn_export_vars: Correct the name of a compiler option and fix the corresponding warnings
Diffstat (limited to 'lib/typer')
-rw-r--r--lib/typer/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/typer/src/Makefile b/lib/typer/src/Makefile
index 13af466755..a7059de971 100644
--- a/lib/typer/src/Makefile
+++ b/lib/typer/src/Makefile
@@ -63,7 +63,7 @@ APPUP_TARGET= $(EBIN)/$(APPUP_FILE)
# ----------------------------------------------------
# FLAGS
# ----------------------------------------------------
-ERL_COMPILE_FLAGS += +warn_exported_vars +warn_untyped_record +warn_missing_spec
+ERL_COMPILE_FLAGS += +warn_export_vars +warn_untyped_record +warn_missing_spec
# ----------------------------------------------------
# Targets