aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debugger/src/Makefile')
-rw-r--r--lib/debugger/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugger/src/Makefile b/lib/debugger/src/Makefile
index 9594a0bfe3..118cb6b758 100644
--- a/lib/debugger/src/Makefile
+++ b/lib/debugger/src/Makefile
@@ -85,7 +85,7 @@ APPUP_TARGET = $(EBIN)/$(APPUP_FILE)
# ----------------------------------------------------
# FLAGS
# ----------------------------------------------------
-ERL_COMPILE_FLAGS += +warn_obsolete_guard -Werror
+ERL_COMPILE_FLAGS += -Werror
# ----------------------------------------------------