Loading
wayneko: fix build with GCC 14
GCC 14 treats -Wincompatible-pointer-types as an error. The upstream noop() stub has an unspecified parameter list, which mismatches the Wayland listener callback signatures. Upstream is inactive, so suppress the error for now. Resolves #501211