diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2012-08-29 17:14:02 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2012-08-29 17:14:02 -0700 |
commit | b2b93858ee5e1634887eb4e22653e3f3242a2a79 (patch) | |
tree | f197ee10e0dfc17019b5a8cf00e71148fae9ada8 /src/map/scl/sclUtil.c | |
parent | 4c5bfbe73ff41f018d73b0ee3d31e84005d28f87 (diff) | |
download | abc-b2b93858ee5e1634887eb4e22653e3f3242a2a79.tar.gz abc-b2b93858ee5e1634887eb4e22653e3f3242a2a79.tar.bz2 abc-b2b93858ee5e1634887eb4e22653e3f3242a2a79.zip |
Compiler warnings.
Diffstat (limited to 'src/map/scl/sclUtil.c')
-rw-r--r-- | src/map/scl/sclUtil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/scl/sclUtil.c b/src/map/scl/sclUtil.c index e6b98fa2..0356e83d 100644 --- a/src/map/scl/sclUtil.c +++ b/src/map/scl/sclUtil.c @@ -104,7 +104,7 @@ static int Abc_SclCompareCells( SC_Cell ** pp1, SC_Cell ** pp2 ) } void Abc_SclLinkCells( SC_Lib * p ) { - SC_Cell * pCell, * pRepr; + SC_Cell * pCell, * pRepr = NULL; int i, k; assert( Vec_PtrSize(p->vCellOrder) == 0 ); SC_LitForEachCell( p, pCell, i ) |