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:
parent
b723dc15d8
commit
f734e27587
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue