diff mbox

[build] : Remove -Wno-warning from expmed.c compilation

Message ID CAFULd4YPaTvhn9GKag2fMAMnxVe2+qU70B2YYTcrPHCGrNP=HQ@mail.gmail.com
State New
Headers show

Commit Message

Uros Bizjak Oct. 2, 2013, 11:55 a.m. UTC
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.

Comments

Uros Bizjak Oct. 2, 2013, 7:50 p.m. UTC | #1
On Wed, Oct 2, 2013 at 1:55 PM, Uros Bizjak <ubizjak@gmail.com> wrote:

> Compiling expmed.c has been warning free for some time now.

As discussed briefly on IRC: let's try -Werror and see which target will break.

Committed to mainline.

Uros.
diff mbox

Patch

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