reopen 1098120
thanks
Hello. The current version still fails to build in this way:
[...]
Box.c:105:33: error: initialization of ‘void (*)(struct _WidgetRec *, struct
_WidgetRec *, struct <anonymous> *, Cardinal *)’ {aka ‘void (*)(struct
_WidgetRec *, struct _WidgetRec *, struct <anonymous> *, unsigned int *)’} from
incompatible pointer type ‘void (*)(void)’ [-Wincompatible-pointer-types]
105 | /* initialize */ Initialize,
| ^~~~~~~~~~
Box.c:105:33: note: (near initialization for
‘boxClassRec.core_class.initialize’)
Box.c:88:13: note: ‘Initialize’ declared here
88 | static void Initialize();
| ^~~~~~~~~~
and it still looks like "FTBFS with GCC-15", so I'm reopening the same bug.
Full build logs available here:
https://buildd.debian.org/status/package.php?p=xaw3d
Thanks.