7 Aug
2009
7 Aug
'09
7:58 a.m.
2009/8/7 Henri Verbeet <hverbeet(a)gmail.com>:
2009/8/7 Austin English <austinenglish(a)gmail.com>:
I received mixed feedback on #winehackers about this. So currently left as is...is there a CFLAG/gcc switch to detect this, without using -ansi (which gives a crapton of other warnings).
You really want to add the "void". In the current form it's an K&R style non-prototype function declaration. I.e., the number of arguments to the function is undefined, rather than 0.
However, what really needs clarification is the copyright status of this.