From 889ed19c1c8c56e0d888876ed0b011275eafcaf8 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 26 Aug 2012 09:31:43 -0700 Subject: Compiler warnings. --- src/map/scl/sclTime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/scl/sclTime.c b/src/map/scl/sclTime.c index 761c7eab..883b1ddd 100644 --- a/src/map/scl/sclTime.c +++ b/src/map/scl/sclTime.c @@ -132,7 +132,7 @@ float Abc_SclTotalArea( SC_Man * p, Vec_Ptr_t * vNodes ) Vec_Flt_t * Abc_SclFindWireCaps( SC_Man * p, Vec_Ptr_t * vNodes ) { Vec_Flt_t * vCaps = NULL; - SC_WireLoad * pWL; + SC_WireLoad * pWL = NULL; int i, Entry, EntryPrev, EntryMax; p->pWireLoadUsed = NULL; if ( p->pLib->default_wire_load_sel ) -- cgit v1.2.3