Re: [PATCH, build]: Remove -Wno-warning from expmed.c compilation
On Wed, Oct 2, 2013 at 1:55 PM, Uros Bizjak 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.
[PATCH, build]: Remove -Wno-warning from expmed.c compilation
Hello! Compiling expmed.c has been warning free for some time now. 2013-10-02 Uros Bizjak * Makefile.in (expmed.o-warn): Remove. Bootstrapped on x86_64-pc-linux-gnu. OK for mainline? Uros. Index: Makefile.in === --- Makef