diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-09-04 19:36:53 +0800 |
---|---|---|
committer | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-09-04 19:36:53 +0800 |
commit | 0409394b97bc6818967455c1adf643423cbf8fce (patch) | |
tree | fa110ff9cd5be7ed54573caaea4084923d4f2397 /TEST-README.md | |
parent | f67d8def241f5264ef5942e927d29c4a1d4eb86e (diff) |
fix(bluetooth-pbap-binding.c): Remove -Wformat warning
agl-service-bluetooth/agl-service-bluetooth-pbap/binding/
bluetooth-pbap-binding.c:173:13: warning: format ‘%ld’ expects argument
of type ‘long int’, but argument 7 has type ‘size_t’
{aka ‘unsigned int’} [-Wformat=]
AFB_ERROR("Read only %ld/%ld bytes from %s", n, size, filename);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~
agl-service-bluetooth/agl-service-bluetooth-pbap/binding/
bluetooth-pbap-binding.c:173:13: warning: format ‘%ld’ expects argument
of type ‘long int’, but argument 8 has type ‘size_t’ {aka ‘unsigned int’}
[-Wformat=]
Bug-AGL: SPEC-2422
Change-Id: I90504163278b3bbd415b73021bd32eaa2a759572
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'TEST-README.md')
0 files changed, 0 insertions, 0 deletions