Re: libs/wine: Avoid compiler warnings about unused parameter(-W)
5 Nov
2007
5 Nov
'07
1:10 p.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
6702
Age (days ago)
6702
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard