* Fix some unused but set variables. Brought to you by gcc 4.6.1.

* Allow warnings for some 3rd party code.

svn path=/trunk/; revision=53676
This commit is contained in:
Amine Khaldi 2011-09-10 21:31:09 +00:00
parent 158c621c68
commit 74634a76e2
44 changed files with 57 additions and 155 deletions

View file

@ -39,7 +39,6 @@
INT cmd_goto (LPTSTR param)
{
LPTSTR tmp, tmp2;
LONG lNewPosHigh = 0;
TRACE ("cmd_goto (\'%s\')\n", debugstr_aw(param));
@ -68,9 +67,6 @@ INT cmd_goto (LPTSTR param)
tmp++;
*(tmp) = _T('\0');
/* set file pointer to the beginning of the batch file */
lNewPosHigh = 0;
/* jump to end of the file */
if ( _tcsicmp( param, _T(":eof"))==0)
{