mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:23:13 +00:00
* 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:
parent
158c621c68
commit
74634a76e2
44 changed files with 57 additions and 155 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue