On Mon Apr 17 21:49:22 2023 +0000, Zebediah Figura wrote:
What's this for?
This is a common idiom for suppressing the `-Wunused-parameter` warning. However, Wine doesn't enable it by default, even in maintainer mode.
I'll remove this line, since compiling Wine with `-Wunused` would already emit unused parameter warnings. Just an old habit of mine, I guess.