summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifDec16.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-02-17 00:12:53 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2012-02-17 00:12:53 -0800
commit4743884de4b809c1bafa781b3a517d3f5f01e848 (patch)
tree1fcbc70686d9001934abc2fadf6080b363b93238 /src/map/if/ifDec16.c
parent2d316b86e29704c28487533518bf67f2672fcd8f (diff)
downloadabc-4743884de4b809c1bafa781b3a517d3f5f01e848.tar.gz
abc-4743884de4b809c1bafa781b3a517d3f5f01e848.tar.bz2
abc-4743884de4b809c1bafa781b3a517d3f5f01e848.zip
Silencing some of the gcc warnings.
Diffstat (limited to 'src/map/if/ifDec16.c')
-rw-r--r--src/map/if/ifDec16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifDec16.c b/src/map/if/ifDec16.c
index 442e1fa1..2f7d5ff9 100644
--- a/src/map/if/ifDec16.c
+++ b/src/map/if/ifDec16.c
@@ -2038,7 +2038,7 @@ float If_CutDelayLutStruct( If_Man_t * p, If_Cut_t * pCut, char * pStr, float Wi
***********************************************************************/
int If_CutPerformCheck16( If_Man_t * p, unsigned * pTruth, int nVars, int nLeaves, char * pStr )
{
- If_Grp_t G1 = {0}, G3 = {0};
+ If_Grp_t G1 = {0};//, G3 = {0};
int i, nLutLeaf, nLutLeaf2, nLutRoot, Length;
// quit if parameters are wrong
Length = strlen(pStr);