8160146: Resolve disabled GCC warning 'deprecated-declarations' for libawt_xawt
Reviewed-by: erikj, serb
This commit is contained in:
parent
15205febe7
commit
f6a0e771fe
@ -356,7 +356,7 @@ ifeq ($(findstring $(OPENJDK_TARGET_OS),windows macosx),)
|
|||||||
$(X_CFLAGS), \
|
$(X_CFLAGS), \
|
||||||
WARNINGS_AS_ERRORS_xlc := false, \
|
WARNINGS_AS_ERRORS_xlc := false, \
|
||||||
DISABLED_WARNINGS_gcc := type-limits pointer-to-int-cast \
|
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, \
|
format-security int-to-pointer-cast parentheses, \
|
||||||
DISABLED_WARNINGS_solstudio := E_DECLARATION_IN_CODE \
|
DISABLED_WARNINGS_solstudio := E_DECLARATION_IN_CODE \
|
||||||
E_ASSIGNMENT_TYPE_MISMATCH E_NON_CONST_INIT, \
|
E_ASSIGNMENT_TYPE_MISMATCH E_NON_CONST_INIT, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user