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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/debugger/src/Makefile b/lib/debugger/src/Makefile
index f115f49d98..118cb6b758 100644
--- a/lib/debugger/src/Makefile
+++ b/lib/debugger/src/Makefile
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 1997-2013. All Rights Reserved.
+# Copyright Ericsson AB 1997-2016. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -85,7 +85,7 @@ APPUP_TARGET = $(EBIN)/$(APPUP_FILE)
# ----------------------------------------------------
# FLAGS
# ----------------------------------------------------
-ERL_COMPILE_FLAGS += +warn_obsolete_guard -Werror
+ERL_COMPILE_FLAGS += -Werror
# ----------------------------------------------------