diff options
author | Elliott Hughes <enh@google.com> | 2014-06-03 23:41:35 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-06-03 23:41:35 +0000 |
commit | 3dbc2fe33e7a1c0e545f7762d3c7a98429c5a82b (patch) | |
tree | 680b4e3126e7cc309e60c38e9b5ce1af5e0e3ec5 | |
parent | bd6b849754386a1befa2c935cde3110cadf422c6 (diff) | |
parent | b082645ccbac14e5c2ee2c55b22a0e635c3eae03 (diff) | |
download | bionic-3dbc2fe33e7a1c0e545f7762d3c7a98429c5a82b.zip bionic-3dbc2fe33e7a1c0e545f7762d3c7a98429c5a82b.tar.gz bionic-3dbc2fe33e7a1c0e545f7762d3c7a98429c5a82b.tar.bz2 |
Merge "Work around "error: variable 'uio' set but not used"."
-rw-r--r-- | libc/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ 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/ \ |