projects
/
sigrok-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c7df98
)
sigrok-cross-android: Qt: Use -no-warnings-are-errors.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Mon, 28 Aug 2017 22:29:34 +0000
(
00:29
+0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
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
patch
|
blob
|
history
diff --git
a/cross-compile/android/sigrok-cross-android
b/cross-compile/android/sigrok-cross-android
index ffd61d32f90c1b0d6943dfef04dc5b821af0f699..d490d9a95c26a06be48dc7bac565171cdc08be43 100755
(executable)
--- a/
cross-compile/android/sigrok-cross-android
+++ b/
cross-compile/android/sigrok-cross-android
@@
-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