Do not use -Wno-strict-prototypes.
commitd10a3ab27329c49a0feb86a10affb1f69054e4ab
authorJoseph Myers <joseph@codesourcery.com>
Mon, 19 Oct 2015 21:24:50 +0000 (19 21:24 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 19 Oct 2015 21:24:50 +0000 (19 21:24 +0000)
treef94bde09b200a68b15f5c7d60f7efa74288b3bb4
parentf63f2bfdfaad591305863a79c4fd2c3f50015f26
Do not use -Wno-strict-prototypes.

Two glibc makefiles use -Wno-strict-prototypes.  I don't know if this
was needed before my recent conversion of many function definitions to
prototype style, but it's not needed now; this patch removes it.

Tested for x86_64 and x86 (testsuite, and that installed stripped
shared libraries are unchanged by the patch).

* posix/Makefile (CFLAGS-regex.c): Remove variable.
* resolv/Makefile (+cflags): Do not use -Wno-strict-prototypes.
ChangeLog
posix/Makefile
resolv/Makefile