Re: [yocto] [matchbox-keyboard][PATCH] config-parser: Use matching printf format

2016-01-18 Thread Burton, Ross
On 13 January 2016 at 23:11, Khem Raj wrote: > XML_GetCurrentLineNumber() returns unsigned long as clang is telling us > here > > src/config-parser.c:603:6: warning: format specifies type 'int' but the > argument has type 'XML_Size' (aka 'unsigned long') [-Wformat] >

[yocto] [matchbox-keyboard][PATCH] config-parser: Use matching printf format

2016-01-13 Thread Khem Raj
XML_GetCurrentLineNumber() returns unsigned long as clang is telling us here src/config-parser.c:603:6: warning: format specifies type 'int' but the argument has type 'XML_Size' (aka 'unsigned long') [-Wformat] XML_GetCurrentLineNumber(p), ^~~