Jay Sprenkle uttered:
hidden variables might very well not be a problem, if it was done that
way on purpose.
It should never be done on purpose. It is obfuscation pure and simple.
There is never a good reason to do this, other than perhaps hiding a
global variable (and even that is not a good idea.)
Just use a different variable name if it has a different use.
MHO.
On 8/30/06, Miguel Angel Latorre Díaz <[EMAIL PROTECTED]> wrote:
I already filtered out all the "common" warnings but these:
build.c(1969): remark #1599: declaration hides variable "v" (declared at
line 1883)
Vdbe *v = sqlite3GetVdbe(pParse);
^
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------
--
/"\
\ / ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
X - AGAINST MS ATTACHMENTS
/ \
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------