From 9e3d83e003f89cc3f8666d88e90d94b0e266ed69 Mon Sep 17 00:00:00 2001 From: Octavian Voicu Date: Wed, 31 Aug 2011 02:20:59 +0300 Subject: [PATCH] msxml3/tests: Fix a warning in saxreader tests when compiling on x64. --- dlls/msxml3/tests/saxreader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msxml3/tests/saxreader.c b/dlls/msxml3/tests/saxreader.c index b5800d09294..8a75211fd31 100644 --- a/dlls/msxml3/tests/saxreader.c +++ b/dlls/msxml3/tests/saxreader.c @@ -1934,7 +1934,7 @@ static void test_mxwriter_stream(void) IMXWriter_Release(writer); ok(current_write_test->last, "The last %d write calls on test %d were missed\n", - current_write_test-test->expected_writes, current_stream_test_index); + (int)(current_write_test-test->expected_writes), current_stream_test_index); } hr = CoCreateInstance(&CLSID_MXXMLWriter, NULL, CLSCTX_INPROC_SERVER,