Skip to content

Fix bool return types

Simon Ser requested to merge emersion/wlroots:fix-return-types into master

This makes wlroots build in C23 mode.

C23 is more strict and rejects implicit conversions from bool to a pointer.

Merge request reports

Loading