Merge "Work around "error: variable 'uio' set but not used"."

This commit is contained in:
Elliott Hughes 2014-06-03 23:41:35 +00:00 committed by Gerrit Code Review
commit 3dbc2fe33e

View File

@ -711,6 +711,7 @@ LOCAL_CFLAGS := \
$(libc_common_cflags) \
-Wno-sign-compare -Wno-uninitialized -Wno-unused-parameter \
-Werror \
-Wno-error=unused-but-set-variable \
-I$(LOCAL_PATH)/upstream-openbsd/android/include \
-I$(LOCAL_PATH)/upstream-openbsd/lib/libc/include \
-I$(LOCAL_PATH)/upstream-openbsd/lib/libc/gdtoa/ \