ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 37219: /trunk/ /trunk/: configure.in

Date: Tue, 17 May 2011 22:24:30 GMT
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