summaryrefslogtreecommitdiffstats
path: root/camera/CameraParameters2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'camera/CameraParameters2.cpp')
-rw-r--r--camera/CameraParameters2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/camera/CameraParameters2.cpp b/camera/CameraParameters2.cpp
index eac79e1..378afeb 100644
--- a/camera/CameraParameters2.cpp
+++ b/camera/CameraParameters2.cpp
@@ -362,6 +362,7 @@ void CameraParameters2::dump() const
status_t CameraParameters2::dump(int fd, const Vector<String16>& args) const
{
+ (void)args;
const size_t SIZE = 256;
char buffer[SIZE];
String8 result;