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

Alexandre Julliard julliard at winehq.org
Mon Oct 15 14:34:11 CDT 2012


Module: tools
Branch: master
Commit: 6ce3e1672df2b06d5b11cb87c9c0bc77eff82c94
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=6ce3e1672df2b06d5b11cb87c9c0bc77eff82c94

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Oct 15 15:33:12 2012 +0200

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

---

 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) $@




More information about the wine-cvs mailing list