From 1f573cfe580591f7ed994b4cb24edbd9916d3d91 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 1 May 2013 00:13:29 -0700 Subject: Compiler warnings. --- src/base/abci/abc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 8b791af4..eb5aa001 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -31553,7 +31553,7 @@ usage: ***********************************************************************/ int Abc_CommandAbc9Test( Abc_Frame_t * pAbc, int argc, char ** argv ) { - Gia_Man_t * pTemp = NULL; +// Gia_Man_t * pTemp = NULL; int c, fVerbose = 0; int fSwitch = 0; // extern Gia_Man_t * Gia_VtaTest( Gia_Man_t * p ); -- cgit v1.2.3