summaryrefslogtreecommitdiffstats
path: root/src/map/mapper
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-02-17 00:06:39 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2012-02-17 00:06:39 -0800
commit2d316b86e29704c28487533518bf67f2672fcd8f (patch)
treeaa7531d477e2e287a60a0fd41da9b2284e3eceba /src/map/mapper
parent97856d021a1282cf3fb9a86701fff3ec403fe912 (diff)
downloadabc-2d316b86e29704c28487533518bf67f2672fcd8f.tar.gz
abc-2d316b86e29704c28487533518bf67f2672fcd8f.tar.bz2
abc-2d316b86e29704c28487533518bf67f2672fcd8f.zip
Silencing some of the gcc warnings.
Diffstat (limited to 'src/map/mapper')
-rw-r--r--src/map/mapper/mapperTree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mapper/mapperTree.c b/src/map/mapper/mapperTree.c
index 542ff258..2244fa26 100644
--- a/src/map/mapper/mapperTree.c
+++ b/src/map/mapper/mapperTree.c
@@ -37,7 +37,7 @@ static int Map_LibraryGetMaxSuperPi_rec( Map_Super_t * pGate );
static unsigned Map_LibraryGetGateSupp_rec( Map_Super_t * pGate );
// fanout limits
-extern const int s_MapFanoutLimits[10] = { 1/*0*/, 10/*1*/, 5/*2*/, 2/*3*/, 1/*4*/, 1/*5*/, 1/*6*/ };
+static const int s_MapFanoutLimits[10] = { 1/*0*/, 10/*1*/, 5/*2*/, 2/*3*/, 1/*4*/, 1/*5*/, 1/*6*/ };
////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS ///