Loading
xcur2png: fix `gcc-14` build
Without the change the build against `gcc-14` fails as:
$ nix build --impure --expr 'with import ./. {}; xcur2png.override { stdenv = gcc14Stdenv; }'
...
xcur2png.c: In function 'saveConfAndPNGs':
xcur2png.c:690:10: error: type defaults to 'int' in declaration of 'dry_run' [-Wimplicit-int-Wimplicit-int]
690 | extern dry_run;
| ^~~~~~~