Skip to content

util: use C23 typeof/deprecated if available

Simon Ser requested to merge emersion/wayland:c23-typeof into main

Instead of using the non-standard __typeof__/__attribute__(deprecated), prefer the standard typeof/[[deprecated]] operator introduced in C23.

Edited by Simon Ser

Merge request reports