[openvsa] 
  provide default pointer initializer to avoid compiler warning

Signed-off by: Chris Kilgour <[EMAIL PROTECTED]>

Index: sysmgr/timeout.c
===================================================================
--- sysmgr/timeout.c	(revision 4)
+++ sysmgr/timeout.c	(working copy)
@@ -369,7 +369,7 @@
 	UCHAR i, j, k;
 	MBIU_INFO *MbiuPtr;
 	register DESCRIPTOR *Descr = (DESCRIPTOR *) 0;
-	register PHYSICAL_COUNTERS *PhysPtr;
+	register PHYSICAL_COUNTERS *PhysPtr = (PHYSICAL_COUNTERS *) 0;
 	register LOGICAL_COUNTERS *LogicalPtr;
 
 	Flags = (ULONG) Attr << 16;
-- 
coreboot mailing list
[email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to