next patch in series to remove -Wstrict-prototypes warnings.
Will we be able to ever turn this on by default? If so, how far away are we?
On Thu, Jun 16, 2005 at 05:01:28PM -0400, Dimi Paun wrote:
next patch in series to remove -Wstrict-prototypes warnings.
Will we be able to ever turn this on by default?
I would welcome to enable some more checks in the default configuration, but see below..
If so, how far away are we?
Good question. Counting unique occurences of "warning: function declaration isn't a prototype' i get 431 lines at present.
From these there are several header files which are included often and
cause a lot of ocurrences of a single unique warning i.e.:
1324 ../../include/windef.h:260: warning: function declaration isn't a prototype
I don't check these ones at the moment but try to decrease the 431 lines at present. I dont know wether these warnings coming from some header files can be removed or silenced.
Regards, Stefan