Re: compiler warnings
Bruno David Rodrigues <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <1028073187.2733.1.camel@davi> |
On Ter, 2002-07-30 at 10:07, Harrie Hazewinkel wrote: > HI, > > I noticed that Stipe fixed compiler warnings after my patch. > So I thought using '--enable-warnings' to have '-Wall' as compile > option, but I would like to add additional warnings like > '-Wmissing-prototypes' and '-Wmissing-declarations'. Yes, please, add every -W* required to full debug the compile process. I've added --enable-warnings to be able to use the -Wall everytime I make "make"