Merge "Forgot to fix one -Wformat-security in my previous change. Fixed." into kraken
This commit is contained in:
committed by
Android (Google) Code Review
commit
4e544e8146
@@ -341,7 +341,7 @@ sp<GraphicBuffer> MSurface::requestBuffer(int bufferIdx, int usage) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
status_t MSurface::setBufferCount(int bufferCount) {
|
status_t MSurface::setBufferCount(int bufferCount) {
|
||||||
INFO(__func__);
|
INFO("%s", __func__);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user