kerneltest/e32test/secure/t_platsecconfig.cpp
changeset 109 b3a1d9898418
parent 0 a41df078684a
child 257 3e88ff8f41d5
child 271 dc268b18d709
--- a/kerneltest/e32test/secure/t_platsecconfig.cpp	Mon May 03 13:47:38 2010 +0300
+++ b/kerneltest/e32test/secure/t_platsecconfig.cpp	Fri May 14 17:13:29 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();