From 9fb86447777925e773b5258f2a3309a0987eef1c Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Sat, 23 Apr 2011 18:08:16 +0000 Subject: [PATCH] 2011-04-23 11:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/tests/demoqt.prg ! Fixed: a -w3 warning. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbqt/tests/demoqt.prg | 1 + 2 files changed, 5 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 48bfc6a469..8845e4b2f3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-04-23 11:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/tests/demoqt.prg + ! Fixed: a -w3 warning. + 2011-04-23 10:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/filesys.c * casting to pacify warnings on some platforms which may use diff --git a/harbour/contrib/hbqt/tests/demoqt.prg b/harbour/contrib/hbqt/tests/demoqt.prg index 1c4343c736..aac891360c 100644 --- a/harbour/contrib/hbqt/tests/demoqt.prg +++ b/harbour/contrib/hbqt/tests/demoqt.prg @@ -78,6 +78,7 @@ STATIC oSys, oMenuSys, oActShow, oActHide /*----------------------------------------------------------------------*/ FUNCTION My_Events( e ) + HB_SYMBOL_UNUSED( e ) HB_TRACE( HB_TR_DEBUG, "Key Pressed", e:key() ) RETURN nil