mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Fixed compiler warning.
svn path=/trunk/; revision=417
This commit is contained in:
parent
e68d320afc
commit
27de25f464
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ void HalInitConsole(boot_param* bp)
|
|||
* bp = Parameters setup by the boot loader
|
||||
*/
|
||||
{
|
||||
int offset;
|
||||
// int offset;
|
||||
|
||||
#ifdef SERIAL_DEBUGGING
|
||||
/* turn on DTR and RTS */
|
||||
|
|
Loading…
Reference in a new issue