Austin English : wintab32: Fix compiler warnings on Clang.

Alexandre Julliard julliard at winehq.org
Mon Sep 20 12:12:22 CDT 2010


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

Author: Austin English <austinenglish at gmail.com>
Date:   Mon Sep 20 03:57:29 2010 -0500

wintab32: Fix compiler warnings on Clang.

---

 dlls/wintab32/manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wintab32/manager.c b/dlls/wintab32/manager.c
index f225d07..200fd3c 100644
--- a/dlls/wintab32/manager.c
+++ b/dlls/wintab32/manager.c
@@ -99,7 +99,7 @@ HCTX WINAPI WTMgrDefContext(HMGR hMgr, BOOL fSystem)
  */
 HCTX WINAPI WTMgrDefContextEx(HMGR hMgr, UINT wDevice, BOOL fSystem)
 {
-    FIXME("(%p, %hu, %hu): stub\n", hMgr, wDevice, fSystem);
+    FIXME("(%p, %u, %u): stub\n", hMgr, wDevice, fSystem);
 
     SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
 




More information about the wine-cvs mailing list