mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-11 13:15:32 -04:00
Temp reduce warnings by -Wno-unused-parameter
This commit is contained in:
parent
46466ff494
commit
88b0c50dc7
@ -13,7 +13,7 @@ fi
|
|||||||
|
|
||||||
export FREETYPE_DIR=$PWD/freetype-$BUILD_FREETYPE_VERSION/build_android-$TARGET_SHORT
|
export FREETYPE_DIR=$PWD/freetype-$BUILD_FREETYPE_VERSION/build_android-$TARGET_SHORT
|
||||||
export CUPS_DIR=$PWD/cups-2.2.4
|
export CUPS_DIR=$PWD/cups-2.2.4
|
||||||
export CFLAGS+=" -DLE_STANDALONE" # -I$FREETYPE_DIR -I$CUPS_DI
|
export CFLAGS+=" -DLE_STANDALONE -Wno-unused-parameter" # -I$FREETYPE_DIR -I$CUPS_DI
|
||||||
|
|
||||||
# if [ "$TARGET_JDK" == "aarch32" ] || [ "$TARGET_JDK" == "aarch64" ]
|
# if [ "$TARGET_JDK" == "aarch32" ] || [ "$TARGET_JDK" == "aarch64" ]
|
||||||
# then
|
# then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user