diff --git a/harbour/ChangeLog b/harbour/ChangeLog index dd8c73c8b9..f5936149cd 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-06-14 22:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * tests/ac_test.prg + ! warnings + 2011-06-14 11:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/rtl/strtran.c ! minor in webpage URL diff --git a/harbour/tests/ac_test.prg b/harbour/tests/ac_test.prg index 6cb848e3af..8bbe998c67 100644 --- a/harbour/tests/ac_test.prg +++ b/harbour/tests/ac_test.prg @@ -150,7 +150,7 @@ local aPrompts := {; "Blooming-Fields Nursery" } local aPermits := {} -local x := 1 +local x local nChoice local ncntr @@ -204,6 +204,8 @@ local nKey := lastkey() local nRow := Row() local nCol := Col() +HB_SYMBOL_UNUSED( nRowPos ) + @ 0, 20 SAY Str( nRow, 3 ) + " " + Str( nCol, 3 ) do case