5 Nov
2007
5 Nov
'07
7:10 a.m.
Detlef Riekenberg <wine.dev(a)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. -- Alexandre Julliard julliard(a)winehq.org