diff -r b42b9ce90ea9 -r 661475905584 kerneltest/e32test/secure/t_shal.cpp --- a/kerneltest/e32test/secure/t_shal.cpp Fri Apr 23 22:02:01 2010 +0100 +++ b/kerneltest/e32test/secure/t_shal.cpp Fri Apr 23 22:08:41 2010 +0100 @@ -258,9 +258,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();