tools: fix build error on aarch64 39/266239/3
authorInki Dae <inki.dae@samsung.com>
Tue, 9 Nov 2021 11:27:33 +0000 (20:27 +0900)
committerInki Dae <inki.dae@samsung.com>
Wed, 10 Nov 2021 09:25:51 +0000 (18:25 +0900)
commit1f635505871a4ab1fd0371337db40eaf5faef2e3
tree98f4bd96c42bb59ef246e80f24f0c38ea7cf9fa1
parent5ff335c819bdaebece77e78234181dc9419b9ed3
tools: fix build error on aarch64

[Version] : 0.1.1-0
[Issue type] : bug fix

Fixed a build error, error: format '%d' expects argument of type 'int'
since commit-id fa6bf6018a088e31c1ee641db79b6493605d2e44.

Regarding size_t type, this patch makes it to use '%zu' instead of
'%d' as a format specifier.

Change-Id: Ib35476e899d1d1dce68ac02e32759bc2dc44ac91
Signed-off-by: Inki Dae <inki.dae@samsung.com>
packaging/inference-engine-interface.spec
tools/src/inference_engine_cltuner.cpp