On Mon, Oct 1, 2012 at 7:06 PM, Daniel Schwierzeck
wrote:
> Hi Zhi-zhou,
>
> 2012/9/29 Zhi-zhou Zhang :
>> fix warnings when building mips64, we define CONFIG_MIPS64 in config file.
>> And this macro decides size_t.
>> hashtable.c: In function 'hexport_r':
>> hashtable.c:495:2: warning: format '%
Hi Zhi-zhou,
2012/9/29 Zhi-zhou Zhang :
> fix warnings when building mips64, we define CONFIG_MIPS64 in config file.
> And this macro decides size_t.
> hashtable.c: In function 'hexport_r':
> hashtable.c:495:2: warning: format '%zu' expects argument of type 'size_t',
> but argument 5 has type 'u
fix warnings when building mips64, we define CONFIG_MIPS64 in config file. And
this macro decides size_t.
hashtable.c: In function 'hexport_r':
hashtable.c:495:2: warning: format '%zu' expects argument of type 'size_t', but
argument 5 has type 'unsigned int' [-Wformat]
hashtable.c:554:5: warning:
fix warnings when building mips64, we define CONFIG_MIPS64 in config file. And
this macro decides size_t.
hashtable.c: In function 'hexport_r':
hashtable.c:495:2: warning: format '%zu' expects argument of type 'size_t', but
argument 5 has type 'unsigned int' [-Wformat]
hashtable.c:554:5: warning:
4 matches
Mail list logo