Michael Stefaniuc : mlang: Fix compile warning introduced by a6cdd538.

Alexandre Julliard julliard at winehq.org
Thu Jun 5 09:15:28 CDT 2008


Module: wine
Branch: master
Commit: a0beda8f8673a7cb1fd23cf6752a79eb84f00320
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a0beda8f8673a7cb1fd23cf6752a79eb84f00320

Author: Michael Stefaniuc <mstefani at redhat.com>
Date:   Wed Jun  4 14:25:16 2008 +0200

mlang: Fix compile warning introduced by a6cdd538.

---

 dlls/mlang/tests/mlang.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/mlang/tests/mlang.c b/dlls/mlang/tests/mlang.c
index 0c21882..115080e 100644
--- a/dlls/mlang/tests/mlang.c
+++ b/dlls/mlang/tests/mlang.c
@@ -594,7 +594,6 @@ static void test_EnumScripts(IMultiLanguage2 *iML2, DWORD flags)
 
     for (i = 0; pGetCPInfoExA && i < n; i++)
     {
-	CPINFOEXA cpinfoex;
 #ifdef DUMP_SCRIPT_INFO
 	trace("SCRIPTINFO #%u:\n"
 	      "ScriptId %08x\n"




More information about the wine-cvs mailing list