summaryrefslogtreecommitdiff
path: root/camera
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-05-29 10:06:49 -0700
committerChih-Hung Hsieh <chh@google.com>2015-05-29 10:06:49 -0700
commitb5612c5585dc1aea4fdfcf4d987aa7647ac7f91c (patch)
treecf8b77e6c86b2d576eaacec7c5d0d85c97924c7b /camera
parent8c6f7f124cf7e8bcec9dcf126ba9230e50a4ae43 (diff)
downloadshamu-b5612c5585dc1aea4fdfcf4d987aa7647ac7f91c.tar.gz
Ignore clang/llvm warning until vendor code is fixed.
Without this change, continuous builds of all Android projects stop at this error. BUG: 21436781 Change-Id: I91f179b9f6a24e5c9fed14653ec36b7b642e1bd9
Diffstat (limited to 'camera')
-rw-r--r--camera/QCamera2/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/camera/QCamera2/Android.mk b/camera/QCamera2/Android.mk
index 2ab12a94..3f78cdf6 100644
--- a/camera/QCamera2/Android.mk
+++ b/camera/QCamera2/Android.mk
@@ -10,6 +10,7 @@ include $(CLEAR_VARS)
# QCamera3HWI.cpp, QCamera3PostProc.cpp etc. have unused variable.
# QCamera3Channel.cpp compares array to null pointer.
# QCamera2Factory.cpp, QCamera3HWI.cpp, etc. have unused parameter.
+# QCamera3HWI.cpp has print format error.
LOCAL_CLANG_CFLAGS += \
-Wno-error=unused-private-field \
-Wno-error=gnu-designator \
@@ -17,6 +18,7 @@ LOCAL_CLANG_CFLAGS += \
-Wno-error=unused-variable \
-Wno-error=unused-parameter \
-Wno-error=tautological-pointer-compare \
+ -Wno-error=format
LOCAL_SRC_FILES := \
util/QCameraCmdThread.cpp \