This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] take3: fix tst-pthread-getattr test case
From: Siddhesh Poyarekar <siddhesh@redhat.com>
Date: Sat, 28 Jul 2012 09:52:20 +0530
> On Fri, 27 Jul 2012 21:11:56 -0700 (PDT), David wrote:
>> tst-pthread-getattr.c: In function 'check_stack_top':
>> tst-pthread-getattr.c:115:3: warning: format '%zu' expects argument
>> of type 'size_t', but argument 2 has type 'rlim_t' [-Wformat]
>
> Thanks, fixed with this attached update of the patch. I wonder why I am
> not seeing those warnings on my box.
Probably some difference in typing between 32-bit and 64-bit. I'm
happen to be testing on 32-bit sparc and I assume you're on x86-64...