am 25db8dc7: Merge "Change output format to not throw warning on volantis." into lmp-dev

* commit '25db8dc7c6c155168f308b2f730198bc5a021e35':
  Change output format to not throw warning on volantis.
This commit is contained in:
Michael Lentine 2014-08-08 00:57:00 +00:00 committed by Android Git Automerger
commit 60c66099c0

View File

@ -376,7 +376,7 @@ status_t HWComposer::queryDisplayProperties(int disp) {
config.ydpi = values[i] / 1000.0f;
break;
default:
ALOG_ASSERT(false, "unknown display attribute[%d] %#x",
ALOG_ASSERT(false, "unknown display attribute[%zu] %#x",
i, DISPLAY_ATTRIBUTES[i]);
break;
}