From 8424c0a7a80a30d1d416fc90fce0ba44f574ab5d Mon Sep 17 00:00:00 2001 From: Francois Donnet Date: Tue, 11 Jun 2002 15:50:07 +0000 Subject: [PATCH] SPECIAL DEDICACE TO CZO ! ET MAINTENANT DJ CVS TOUT DE SUITE APRES CA!!! --- alliance/src/boog/src/bog_lib_reader.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/alliance/src/boog/src/bog_lib_reader.c b/alliance/src/boog/src/bog_lib_reader.c index 90d46d13..e9591219 100644 --- a/alliance/src/boog/src/bog_lib_reader.c +++ b/alliance/src/boog/src/bog_lib_reader.c @@ -157,7 +157,9 @@ static int distribCell(befig_list* befig) if (cell->AREA==getgenericarea(befig)) break; /*insert new*/ /*remove old cells because they are bigger*/ - fprintf(stderr,"Mapping Warning: Cell '%s' isn't supported\n",cell->NAME); +#if 0 + fprintf(stderr,"Mapping Warning: a smaller cell than '%s' exists\n",cell->NAME); +#endif old_cell=cell->NAME; pred=NULL; for (cell=cells_lib ; cell; cell=cell->NEXT) { @@ -229,7 +231,9 @@ static int distribCell(befig_list* befig) if (cell->AREA==getgenericarea(befig)) break; /*insert new*/ /*remove old cells because they are bigger*/ - fprintf(stderr,"Mapping Warning: Cell '%s' isn't supported\n",cell->NAME); +#if 0 + fprintf(stderr,"Mapping Warning: a smaller cell than '%s' exists\n",cell->NAME); +#endif old_cell=cell->NAME; pred=NULL; for (cell=cells_lib ; cell; cell=cell->NEXT) { @@ -272,7 +276,9 @@ static int distribCell(befig_list* befig) if (cell->AREAAREA==getgenericarea(befig)) break; /*insert new*/ /*remove old cells because they are bigger*/ - fprintf(stderr,"Mapping Warning: Cell '%s' isn't supported\n",cell->NAME); +#if 0 + fprintf(stderr,"Mapping Warning: a smaller cell than '%s' exists\n",cell->NAME); +#endif old_cell=cell->NAME; pred=NULL; for (cell=cells_lib ; cell; cell=cell->NEXT) {