This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/4] Use nanf("") instead of nanf(NULL)


On Aug 27 11:32, keithp@keithp.com wrote:
> From: Keith Packard <keithp@keithp.com>
> 
> Newer GCC versions require a non-NULL argument to this function for
> some reason.
> 
> Signed-off-by: Keith Packard <keithp@keithp.com>
> ---
>  newlib/libc/stdio/nano-vfscanf_float.c | 2 +-
>  newlib/libc/stdio/vfscanf.c            | 2 +-
>  newlib/libc/stdio/vfwscanf.c           | 2 +-
>  newlib/libc/stdlib/strtod.c            | 4 ++--
>  newlib/libc/stdlib/wcstod.c            | 6 +++---
>  5 files changed, 8 insertions(+), 8 deletions(-)

Pushed.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: signature.asc
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]