http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46488
User: guy
Date: 2012/12/09 10:47 PM
Log:
It's just compiling, not linking, so we don't need to have the external
function actually *exist*.
Declare foo() before defining it - if we configure with
--enable-extra-gcc-checks, given that we're building with -Werror (so
that we find out whether the compiler issues a warning for a particular
construct), we have to avoid constructs that will provoke *other*
warnings.
Directory: /trunk/
Changes Path Action
+5 -4 configure.ac Modified