diff --git a/dlls/dsound/tests/ds3d.c b/dlls/dsound/tests/ds3d.c index 1388712530f..128bbd8b0ae 100644 --- a/dlls/dsound/tests/ds3d.c +++ b/dlls/dsound/tests/ds3d.c @@ -90,7 +90,7 @@ const char * getDSBCAPS(DWORD xmask) { #undef FE }; static char buffer[512]; - int i; + unsigned int i; BOOL first = TRUE; buffer[0] = 0; diff --git a/dlls/dsound/tests/dsound8.c b/dlls/dsound/tests/dsound8.c index bb0fc56f166..86989fdb0ee 100644 --- a/dlls/dsound/tests/dsound8.c +++ b/dlls/dsound/tests/dsound8.c @@ -527,7 +527,8 @@ static HRESULT test_primary_secondary8(LPGUID lpGuid) DSBUFFERDESC bufdesc; DSCAPS dscaps; WAVEFORMATEX wfx, wfx2; - int f,ref; + int ref; + unsigned int f; /* Create the DirectSound object */ rc=pDirectSoundCreate8(lpGuid,&dso,NULL); diff --git a/dlls/x11drv/xrender.c b/dlls/x11drv/xrender.c index 293105a1bb0..cd3aa12caf5 100644 --- a/dlls/x11drv/xrender.c +++ b/dlls/x11drv/xrender.c @@ -84,7 +84,7 @@ typedef struct LFANDSIZE lfsz; AA_Type aa_default; gsCacheEntryFormat * format[AA_MAXVALUE]; - UINT count; + INT count; INT next; } gsCacheEntry;