8160146: Resolve disabled GCC warning 'deprecated-declarations' for libawt_xawt

Reviewed-by: erikj, serb
This commit is contained in:
Ajit Ghaisas 2016-11-04 14:03:33 +05:30
parent 15205febe7
commit f6a0e771fe

View File

@ -356,7 +356,7 @@ ifeq ($(findstring $(OPENJDK_TARGET_OS),windows macosx),)
$(X_CFLAGS), \
WARNINGS_AS_ERRORS_xlc := false, \
DISABLED_WARNINGS_gcc := type-limits pointer-to-int-cast \
deprecated-declarations unused-result maybe-uninitialized format \
unused-result maybe-uninitialized format \
format-security int-to-pointer-cast parentheses, \
DISABLED_WARNINGS_solstudio := E_DECLARATION_IN_CODE \
E_ASSIGNMENT_TYPE_MISMATCH E_NON_CONST_INIT, \