Re: [PATCH] selftests/exec: Use %zu to format size_t

2015-01-02 Thread David Drysdale
On Mon, Dec 22, 2014 at 6:14 PM, Shuah Khan wrote: > > On 12/21/2014 03:58 AM, Geert Uytterhoeven wrote: > > On 32-bit: > > > > execveat.c: In function 'check_execveat_pathmax': > > execveat.c:183: warning: format '%lu' expects type 'long unsigned int', but > > argument 3 has type 'size_t' > > ex

Re: [PATCH] selftests/exec: Use %zu to format size_t

2014-12-22 Thread Shuah Khan
On 12/21/2014 03:58 AM, Geert Uytterhoeven wrote: > On 32-bit: > > execveat.c: In function 'check_execveat_pathmax': > execveat.c:183: warning: format '%lu' expects type 'long unsigned int', but > argument 3 has type 'size_t' > execveat.c:187: warning: format '%lu' expects type 'long unsigned int