compile with gcc-14 fails due to `-Werror=incompatible-pointer-types`

Patch provided by Mamoru Tasaka.
This commit is contained in:
Holger Vogt 2024-02-02 11:12:24 +01:00
parent 1e8f9a411a
commit c0b3511b20
1 changed files with 1 additions and 1 deletions

View File

@ -2433,7 +2433,7 @@ tmeasure TCL_CMDPROCARGS(clientData, interp, argc, argv)
return TCL_ERROR;
}
wl = wl_build((char **)argv);
wl = wl_build((const char * const *)argv);
get_measure2(wl, &mvalue, NULL, FALSE);