<snip> > I would have to check what exactly -W and -ansi consist of but I think > they don't contain -Wmissing-prototypes. >
Thats right they don't. There was a big argument on another project site, -Wmissing-prototypes isn't automatic since the problem it detects is completely legal, but as you point out is probably an error since if the prototype of a global function isn't in a header how do users use it safely? Cheers Lex > Jiri > _______________________________________________ > Geany-devel mailing list > [email protected] > http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel > _______________________________________________ Geany-devel mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
