Work around "error: variable 'uio' set but not used".
I've sent the real fix upstream, and will merge that when they commit it. Change-Id: I75e5cab87026f8990c585d364dd178753d727e2a
This commit is contained in:
parent
bd6b849754
commit
b082645ccb
@ -711,6 +711,7 @@ LOCAL_CFLAGS := \
|
|||||||
$(libc_common_cflags) \
|
$(libc_common_cflags) \
|
||||||
-Wno-sign-compare -Wno-uninitialized -Wno-unused-parameter \
|
-Wno-sign-compare -Wno-uninitialized -Wno-unused-parameter \
|
||||||
-Werror \
|
-Werror \
|
||||||
|
-Wno-error=unused-but-set-variable \
|
||||||
-I$(LOCAL_PATH)/upstream-openbsd/android/include \
|
-I$(LOCAL_PATH)/upstream-openbsd/android/include \
|
||||||
-I$(LOCAL_PATH)/upstream-openbsd/lib/libc/include \
|
-I$(LOCAL_PATH)/upstream-openbsd/lib/libc/include \
|
||||||
-I$(LOCAL_PATH)/upstream-openbsd/lib/libc/gdtoa/ \
|
-I$(LOCAL_PATH)/upstream-openbsd/lib/libc/gdtoa/ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user