Sudip Mukherjee <sudipm.mukherjee at gmail.com> writes: > We were getting build warning: > > drivers/gpu/drm/vc4/vc4_validate.c: In function 'validate_gl_shader_rec': > drivers/gpu/drm/vc4/vc4_validate.c:864:4: > warning: format '%d' expects argument of type 'int', but argument 4 has type > 'size_t' [-Wformat=] > DRM_ERROR("BO offset overflow (%d + %d > %d)\n", > > vbo->base.size is size_t and for printing size_t we should be using %zu. > > Signed-off-by: Sudip Mukherjee <sudip at vectorindia.org>
Reviewed-by: Eric Anholt <eric at anholt.net> and I've pulled it for the next round of fixes. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 818 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151224/d4216bfc/attachment.sig>