Bugzilla – Bug 1221028
GCC 14: xdm package fails
Last modified: 2024-03-06 09:28:22 UTC
Building xdm with GCC 14 fails here: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:Gcc7/xdm/standard/x86_64 Due to (exhaustive list of errors): chooser.c: In function ‘RebuildTable’: chooser.c:280:26: error: passing argument 2 of ‘XawListChange’ from incompatible pointer type [-Wincompatible-pointer-types] 280 | XawListChange (list, newTable, size, 0, TRUE); | ^~~~~~~~ | | | char ** In file included from chooser.c:59: /usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but argument is of type ‘char **’ 170 | _Xconst char **list, | ^ See the meta bug#1220571 for more info.
Fixed. https://build.opensuse.org/request/show/1155484