summaryrefslogtreecommitdiffstats
path: root/camera
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-10-16 14:22:12 -0700
committerChih-Hung Hsieh <chh@google.com>2018-10-16 14:22:12 -0700
commit5daaea7cdc73361e15a585f248d5b235c1fc7656 (patch)
treeaa220ea4fa1692eda8b0575175568326a93713b8 /camera
parent9cfddb62827d19b296276ba173890d8d38d0902a (diff)
downloadplatform_hardware_interfaces-5daaea7cdc73361e15a585f248d5b235c1fc7656.tar.gz
platform_hardware_interfaces-5daaea7cdc73361e15a585f248d5b235c1fc7656.tar.bz2
platform_hardware_interfaces-5daaea7cdc73361e15a585f248d5b235c1fc7656.zip
Fix implicit fallthrough warnings.
Test: make checkbuild Bug: 112564944 Change-Id: Ib2b337146de86e4abe40ded5932196f1b8b698c6
Diffstat (limited to 'camera')
-rw-r--r--camera/device/3.4/default/ExternalCameraDeviceSession.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/camera/device/3.4/default/ExternalCameraDeviceSession.cpp b/camera/device/3.4/default/ExternalCameraDeviceSession.cpp
index 1b7391497c..dce40ff285 100644
--- a/camera/device/3.4/default/ExternalCameraDeviceSession.cpp
+++ b/camera/device/3.4/default/ExternalCameraDeviceSession.cpp
@@ -2074,6 +2074,7 @@ bool ExternalCameraDeviceSession::isSupported(const Stream& stream) {
ALOGI("%s: BLOB format does not support dataSpace %x", __FUNCTION__, ds);
return false;
}
+ break;
case PixelFormat::IMPLEMENTATION_DEFINED:
case PixelFormat::YCBCR_420_888:
case PixelFormat::YV12: