From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulrich Drepper To: Andreas Jaeger Cc: GNU libc hacker Subject: Re: Some small fixes Date: Fri, 25 Feb 2000 17:01:00 -0000 Message-id: References: X-SW-Source: 2000-02/msg00095.html Andreas Jaeger writes: > The flags in intl aren't needed anymore (according to my tests). For > the math files I've removed -Wno-write-strings and use it only where > it's really needed. Thanks, applied. > For this code (p and start are pointers): > printf ("%d:\t", p - start); > > We could use either %ld or %t here - or cast the result to an int. > What's the best way to fix this? I would suggest to use %t protected by #ifdef _LIBC (similar to what already happens for %p). -- ---------------. drepper at gnu.org ,-. 1325 Chesapeake Terrace Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA Red Hat `--' drepper at redhat.com `------------------------