ExtBasic.c: comparison between pointer and integer

GCC14 loud default warnings series
This commit is contained in:
Darryl L. Miles 2024-10-02 06:59:00 +01:00 committed by Tim Edwards
parent 1ae4518846
commit b3cb528e46
1 changed files with 1 additions and 1 deletions

View File

@ -2879,7 +2879,7 @@ extTransFindSubsFunc1(tile, noderecptr)
if (tile->ti_client != (ClientData) extUnInit)
{
if ((noderecptr->region != (NodeRegion *)NULL) &&
(noderecptr->region != tile->ti_client))
((ClientData)noderecptr->region != tile->ti_client))
TxError("Warning: Split substrate under device at (%d %d)\n",
tile->ti_ll.p_x, tile->ti_ll.p_y);
if (IsSplit(tile))