http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37219
User: guy
Date: 2011/05/17 03:24 PM
Log:
Add -Wold-style-definition and -Wdeclaration-after-statement to the list
of warnings we enable by default; we'll move them if they break any
builds in non-fixable ways.
Add -Wmissing-prototypes and -Wmissing-declarations to the list of
things we don't enable by default, and explain why those, and
-Wstrict-prototypes can't be used.
Also explain why we check for clang before checking whether we can
enable -fexcess-precision=fast.
Directory: /trunk/
Changes Path Action
+17 -2 configure.in Modified