Skip to content

Commit 6a940ac

Browse files
committed
[scripts] Disable build warnings
1 parent 092a5f7 commit 6a940ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bash ./configure --with-boot-jdk="$SCRIPTDIR/jdk-9.0.4" \
3434
--with-freetype-lib=/usr/lib/arm-linux-gnueabi \
3535
--with-freetype-include=/usr/include \
3636
--with-jvm-variants=client \
37-
--with-extra-cflags="-Wno-error -D__SOFTFP__" \
37+
--with-extra-cflags="-w -Wno-error -D__SOFTFP__" \
3838
--with-version-string="$JAVA_VERSION" \
3939
AR="arm-linux-gnueabi-gcc-ar" \
4040
NM="arm-linux-gnueabi-gcc-nm" \

0 commit comments

Comments
 (0)