Glenn L. McGrath wrote:
Hi all, im new to the list, im interested in grinding away at some of the warnings wine generates...
make depend was complaining about some static inline functions that it thinks arent used, this patch uses __attribute__ ((used)) to disable the warning.
Glenn
Glenn:
What compiler was complaining about the static inline problem? Your solution may cause problems with other compilers.
James McKenzie