Re: libs/wine: Avoid compiler warnings about unused parameter(-W)

2007-11-05 Thread Alexandre Julliard
Detlef Riekenberg <[EMAIL PROTECTED]> 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 o

Re: libs/wine: Avoid compiler warnings about unused parameter(-W)

2007-11-04 Thread Michael Stefaniuc
Detlef Riekenberg wrote: > Changelog: > libs/wine: Avoid compiler warnings about unused parameter(-W) > > > The code-sequence is optimized away. > Another option would be "__attribute__((unused__))"