aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-device-build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'llvm-device-build.mk')
-rw-r--r--llvm-device-build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm-device-build.mk b/llvm-device-build.mk
index 0090359..83fc5ef 100644
--- a/llvm-device-build.mk
+++ b/llvm-device-build.mk
@@ -44,7 +44,8 @@ endif
LOCAL_CPPFLAGS := \
$(LOCAL_CPPFLAGS) \
- -Woverloaded-virtual
+ -Woverloaded-virtual \
+ -Wno-sign-promo
# Make sure bionic is first so we can include system headers.
LOCAL_C_INCLUDES := \