1
0
mirror of https://github.com/artizirk/wdisplays.git synced 2025-12-09 01:25:12 +02:00
Files
wdisplays/src/outputs.c
Viorel Munteanu 6b7c637875 Fix C23 issues
gcc 15 is more strict and compiles C by default with C23.  `noop` is
used as a default null initializer, but now it must have the correct
type, so add a cast.

See also: https://bugs.gentoo.org/946954
2024-12-28 11:56:49 +02:00

21 KiB