[W32KNAPI]

* Silence some warnings.

svn path=/trunk/; revision=57387
This commit is contained in:
Amine Khaldi 2012-09-25 21:30:25 +00:00
parent c61f485d4d
commit 4304f847cb
2 changed files with 3 additions and 3 deletions

View file

@ -50,8 +50,8 @@ Test_NoParamRoutine_DestroyCaret(PTESTINFO pti) /* 5 */
INT
Test_NoParamRoutine_LoadUserApiHook(PTESTINFO pti) /* 0x1d */
{
DWORD dwRet;
dwRet = NtUserCallNoParam(_NOPARAM_ROUTINE_LOADUSERAPIHOOK);
//DWORD dwRet;
/* dwRet = */NtUserCallNoParam(_NOPARAM_ROUTINE_LOADUSERAPIHOOK);
// TEST(dwRet != 0);
return APISTATUS_NORMAL;

View file

@ -15,7 +15,7 @@ Test_NtUserGetClassInfo(PTESTINFO pti)
{
WNDCLASSEXW wclex, wclex2 = {0};
UNICODE_STRING us;
PWSTR pwstr;
PWSTR pwstr = NULL;
us.Length = 8;
us.MaximumLength = 8;