commit | 3dbc2fe33e7a1c0e545f7762d3c7a98429c5a82b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jun 03 23:41:35 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jun 03 23:41:35 2014 +0000 |
tree | 680b4e3126e7cc309e60c38e9b5ce1af5e0e3ec5 | |
parent | bd6b849754386a1befa2c935cde3110cadf422c6 [diff] | |
parent | b082645ccbac14e5c2ee2c55b22a0e635c3eae03 [diff] |
Merge "Work around "error: variable 'uio' set but not used"."
diff --git a/libc/Android.mk b/libc/Android.mk index 02fad3b..c0e1d32 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -711,6 +711,7 @@ $(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/ \