diff -r a179b74831c9 -r c1f20ce4abcf kerneltest/e32test/secure/t_platsecconfig.cpp --- a/kerneltest/e32test/secure/t_platsecconfig.cpp Thu Aug 19 11:14:22 2010 +0300 +++ b/kerneltest/e32test/secure/t_platsecconfig.cpp Tue Aug 31 16:34:26 2010 +0300 @@ -473,9 +473,8 @@ TRequestStatus timerStat; timer.After(timerStat,20*1000000); User::WaitForRequest(timerStat,keyStat); - TInt key = 0; if(keyStat!=KRequestPending) - key = test.Console()->KeyCode(); + (void)test.Console()->KeyCode(); timer.Cancel(); test.Console()->ReadCancel(); User::WaitForAnyRequest();