CalmaRdpt.c: -Wall -O3 snprintf("polygon%5d")
Finds this a problem still. GCC11 -Wall -Wpedantic -O3
This commit is contained in:
parent
046401cbd8
commit
5d8cfdc760
|
|
@ -258,7 +258,7 @@ calmaElementBoundary(void)
|
||||||
if ((CalmaSubcellPolygons != CALMA_POLYGON_NONE) && (calmaNonManhattan > 0))
|
if ((CalmaSubcellPolygons != CALMA_POLYGON_NONE) && (calmaNonManhattan > 0))
|
||||||
{
|
{
|
||||||
/* Place the polygon in its own subcell */
|
/* Place the polygon in its own subcell */
|
||||||
char newname[16];
|
char newname[20];
|
||||||
HashEntry *he;
|
HashEntry *he;
|
||||||
|
|
||||||
savedef = cifReadCellDef;
|
savedef = cifReadCellDef;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue