mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8263833: Stop disabling warnings for sunFont.c with gcc
Reviewed-by: erikj
This commit is contained in:
parent
788e30c154
commit
ed1e25d548
1 changed files with 0 additions and 6 deletions
|
@ -506,12 +506,6 @@ endif
|
||||||
|
|
||||||
LIBFONTMANAGER_CFLAGS += $(X_CFLAGS) -DLE_STANDALONE -DHEADLESS
|
LIBFONTMANAGER_CFLAGS += $(X_CFLAGS) -DLE_STANDALONE -DHEADLESS
|
||||||
|
|
||||||
ifeq ($(TOOLCHAIN_TYPE), gcc)
|
|
||||||
# Turn off all warnings for sunFont.c. This is needed because the specific warning
|
|
||||||
# about discarding 'const' qualifier cannot be turned off individually.
|
|
||||||
BUILD_LIBFONTMANAGER_sunFont.c_CFLAGS := -w
|
|
||||||
endif
|
|
||||||
|
|
||||||
# LDFLAGS clarification:
|
# LDFLAGS clarification:
|
||||||
# Filter relevant linker flags disallowing unresolved symbols as we cannot
|
# Filter relevant linker flags disallowing unresolved symbols as we cannot
|
||||||
# build-time decide to which library to link against (libawt_headless or
|
# build-time decide to which library to link against (libawt_headless or
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue