selOps.c:1000:70: warning: too many arguments in call to 'selShortFindForward'

Unclear if there is a programming intention here that hasn't been
implemented.

clang18 default warning cleanup
This commit is contained in:
Darryl L. Miles 2024-10-04 18:42:01 +01:00 committed by Tim Edwards
parent b723dc15d8
commit f734e27587
1 changed files with 1 additions and 1 deletions

View File

@ -997,7 +997,7 @@ SelectShort(char *lab1, char *lab2)
}
}
selShortFindForward(srctile, srctype, srcpnum, desttile, desttype);
selShortFindForward(srctile, srctype, srcpnum, desttile/*, desttype*/);
/* Now see if destination has been counted */
if (desttile->ti_client == (ClientData)CLIENTDEFAULT) return NULL;