From 2e56f44c66739f5deeaddce31cce2c081bd21943 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 22 Jul 2017 11:41:17 +0700 Subject: Compiler warnings. --- src/map/amap/amapRule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/amap') diff --git a/src/map/amap/amapRule.c b/src/map/amap/amapRule.c index 7a91ccbf..94c5bb9f 100644 --- a/src/map/amap/amapRule.c +++ b/src/map/amap/amapRule.c @@ -190,7 +190,7 @@ Vec_Int_t * Amap_CreateRulesVector_rec( Amap_Lib_t * p, Vec_Ptr_t * vVecNods, in ***********************************************************************/ Vec_Int_t * Amap_CreateRulesFromDsd_rec( Amap_Lib_t * pLib, Kit_DsdNtk_t * p, int iLit ) { - Vec_Int_t * vRes; + Vec_Int_t * vRes = NULL; Vec_Ptr_t * vVecNods; Vec_Int_t * vNodsFanin; Kit_DsdObj_t * pObj; -- cgit v1.2.3