klte-common: Annotate unused parameter

Change-Id: Ied7dee334c0ff516d8f43f5050305c3dbe75ff62
This commit is contained in:
Ethan Chen 2015-10-20 21:08:00 -07:00
parent c2abda73ae
commit 75dac81095
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const char CameraParameters::KEY_ZSL[] = "zsl"; \
const char CameraParameters::ZSL_ON[] = "on"; \
const char CameraParameters::ZSL_OFF[] = "off"; \
\
int CameraParameters::getInt64(const char *key) const { return -1; } \
int CameraParameters::getInt64(__attribute__((__unused__)) const char *key) const { return -1; } \
\
/* LAST_LINE OF CAMERA_PARAMETERS_EXTRA_C, every line before this one *MUST* have
* a backslash \ at the end of the line or else everything will break.