# HG changeset patch # User wetmore # Date 1363908708 25200 # Node ID 155f957ecf84864f3f99e0d6b8667cfcafd9e2c6 # Parent 5e8c55025644730385a6f8fa029ecdb2d2c98a07 8009517: new code changes causing errors in old build (-Werror) environment Reviewed-by: mduigou diff -r 5e8c55025644 -r 155f957ecf84 jdk/make/com/sun/org/apache/xml/Makefile --- a/jdk/make/com/sun/org/apache/xml/Makefile Wed Jul 05 18:46:02 2017 +0200 +++ b/jdk/make/com/sun/org/apache/xml/Makefile Thu Mar 21 16:31:48 2013 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -34,6 +34,8 @@ JAVAC_WARNINGS_FATAL = true include $(BUILDDIR)/common/Defs.gmk +JAVAC_LINT_OPTIONS += -Xlint:-overrides + # # Files to compile # diff -r 5e8c55025644 -r 155f957ecf84 jdk/make/javax/others/Makefile --- a/jdk/make/javax/others/Makefile Wed Jul 05 18:46:02 2017 +0200 +++ b/jdk/make/javax/others/Makefile Thu Mar 21 16:31:48 2013 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -33,6 +33,8 @@ include $(BUILDDIR)/common/Defs.gmk +JAVAC_LINT_OPTIONS += -Xlint:-deprecation + # # Files to compile #