Fix warnings in printf format

A number of arguments to printf were 'size_t', which is the
same size as 'int' only on 32-bit architectures.  Replace all
%d format strings with %zd where size_t is the type passed.

Change-Id: Ida863312d692f47ca8240f32b75b8c55a8accc19
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 file changed