Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: resolve compile error under gcc-14
xcmds.c: In function "FunChangeList": xcmds.c:715:36: error: passing argument 2 of "XawListChange" from incompatible pointer type [-Wincompatible-pointer-types] 715 | XawListChange( arg->sel->list, (const char **)text, 0, 0, True );
- Loading branch information