]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Qt: Use -no-warnings-are-errors.
authorUwe Hermann <redacted>
Mon, 28 Aug 2017 22:29:34 +0000 (00:29 +0200)
committerUwe Hermann <redacted>
Mon, 28 Aug 2017 22:29:34 +0000 (00:29 +0200)
This avoids some warnings/errors with recent compilers.

cross-compile/android/sigrok-cross-android

index ffd61d32f90c1b0d6943dfef04dc5b821af0f699..d490d9a95c26a06be48dc7bac565171cdc08be43 100755 (executable)
@@ -476,7 +476,7 @@ CC= CXX= ./configure \
        -skip qtwebchannel \
        -skip qtwebsockets \
        -skip qtxmlpatterns \
-       -opensource -confirm-license -silent
+       -opensource -confirm-license -silent -no-warnings-are-errors
 export ANDROID_API_VERSION=android-$VER_AND_API
 export ANDROID_BUILD_TOOLS_REVISION=$VER_AND_BT
 make module-qtbase module-qtandroidextras module-qtsvg module-qtimageformats $PARALLEL $V