Detlef Riekenberg wine.dev@web.de writes:
Changelog: libs/wine: Avoid compiler warnings about unused parameter(-W)
The code-sequence is optimized away. Another option would be "__attribute__((unused__))" or removing the function.
The best option is to not enable the warning. There are plenty of cases where it's legitimate to not use a parameter, that warning is not useful.