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: Patches for various warnings in string/...


On Sep 15 19:37, Freddie Chopin wrote:
> Hello!
> 
> I attach 4 patches with a single ChangeLog entry for various warnings
> detected in string/ subfolder of newlib's libc. The changes are pretty
> trivial and self-explaining - I hope (;
> 
> Regards,
> FCh

> 2014-09-15  Freddie Chopin  <...>
> 
> 	* libc/string/memccpy.c (memccpy): Fix warning about signed-unsigned
> 	comparison
> 	* libc/string/memchr.c (memchr): Ditto.
> 	* libc/string/memrchr.c (memrchr): Ditto.
> 	* libc/string/memset.c: (memset): Ditto.
> 	* libc/string/rawmemchr.c (rawmemchr): Ditto.
> 	* libc/string/local.h (__locale_cjk_lang): Fix "function declaration
> 	isn't a prototype" warning.
> 	* libc/string/strcasestr.c (strcasestr): Ditto.
> 	* libc/string/u_strerr.c (_user_strerror): Fix "unused parameter"
> 	warnings.
> 	* libc/string/rawmemchr.c (rawmemchr): Fix comment type
> 	"// ..." -> "/* ... */".

Patches applied.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: pgpqXjKjX7GDR.pgp
Description: PGP signature


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