testbot/src: Compile GenFixEnv and TestLauncher with -Wall.

Francois Gouget fgouget at codeweavers.com
Mon Oct 15 08:33:12 CDT 2012


---
 testbot/src/GenFixEnv/Makefile    |    2 +-
 testbot/src/TestLauncher/Makefile |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/testbot/src/GenFixEnv/Makefile b/testbot/src/GenFixEnv/Makefile
index 30c34b9..a485094 100644
--- a/testbot/src/GenFixEnv/Makefile
+++ b/testbot/src/GenFixEnv/Makefile
@@ -6,5 +6,5 @@ CROSSSTRIP32 = i686-w64-mingw32-strip
 all: $(bindir)/GenFixEnv.exe
 
 $(bindir)/GenFixEnv.exe: GenFixEnv.c
-	$(CROSSCC32) -o $@ $<
+	$(CROSSCC32) -Wall -o $@ $<
 	$(CROSSSTRIP32) $@
diff --git a/testbot/src/TestLauncher/Makefile b/testbot/src/TestLauncher/Makefile
index 2b1dfaa..2bce2a1 100644
--- a/testbot/src/TestLauncher/Makefile
+++ b/testbot/src/TestLauncher/Makefile
@@ -8,9 +8,9 @@ CROSSSTRIP64 = x86_64-w64-mingw32-strip
 all: $(bindir)/TestLauncher32.exe $(bindir)/TestLauncher64.exe
 
 $(bindir)/TestLauncher32.exe: TestLauncher.c
-	$(CROSSCC32) -o $@ $<
+	$(CROSSCC32) -Wall -o $@ $<
 	$(CROSSSTRIP32) $@
 
 $(bindir)/TestLauncher64.exe: TestLauncher.c
-	$(CROSSCC64) -o $@ $<
+	$(CROSSCC64) -Wall -o $@ $<
 	$(CROSSSTRIP64) $@
-- 
1.7.10.4




More information about the wine-patches mailing list