From 27de25f4642f7752e2148572b398f4f031776c54 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Tue, 27 Apr 1999 14:49:57 +0000 Subject: [PATCH] Fixed compiler warning. svn path=/trunk/; revision=417 --- reactos/ntoskrnl/hal/x86/printk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/hal/x86/printk.c b/reactos/ntoskrnl/hal/x86/printk.c index 7435dd386ea..fe4608af274 100644 --- a/reactos/ntoskrnl/hal/x86/printk.c +++ b/reactos/ntoskrnl/hal/x86/printk.c @@ -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 */