This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH, build]: Remove -Wno-warning from expmed.c compilation
- From: Uros Bizjak <ubizjak at gmail dot com>
- To: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 2 Oct 2013 13:55:03 +0200
- Subject: [PATCH, build]: Remove -Wno-warning from expmed.c compilation
- Authentication-results: sourceware.org; auth=none
Hello!
Compiling expmed.c has been warning free for some time now.
2013-10-02 Uros Bizjak <ubizjak@gmail.com>
* Makefile.in (expmed.o-warn): Remove.
Bootstrapped on x86_64-pc-linux-gnu.
OK for mainline?
Uros.
Index: Makefile.in
===================================================================
--- Makefile.in (revision 203101)
+++ Makefile.in (working copy)
@@ -193,7 +193,6 @@
# flex output may yield harmless "no previous prototype" warnings
build/gengtype-lex.o-warn = -Wno-error
gengtype-lex.o-warn = -Wno-error
-expmed.o-warn = -Wno-error
# All warnings have to be shut off in stage1 if the compiler used then
# isn't gcc; configure determines that. WARN_CFLAGS will be either