http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21514
User: guy
Date: 2007/04/22 11:47 PM
Log:
Turn on almost all warnings for Wiretap - if any of them cause problems
on some platforms due to unfixable problems (e.g., crappy vendor
headers), we can move them back to the "extra" list.
Put those warnings in the order in which they appear in the GCC man page
on my machine.
If we turn on -pedantic, try turning on -Wno-long-long as well, so that
it's not *so* pedantic that it rejects the 64-bit integral data types
that we explicitly require.
Directory: /trunk/wiretap/
Changes Path Action
+9 -8 configure.in Modified