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

This commit is contained in:
Michael Lentine 2014-08-07 22:05:44 +00:00 committed by Android (Google) Code Review
commit 25db8dc7c6

View File

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