http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54468
User: guy
Date: 2013/12/26 09:03 PM
Log:
OK, "i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc.
build 5658) (LLVM build 2336.11.00)" likes -Wmissing-prototypes but not
-Wmissing-declarations and G++ 4.8.2 likes -Wmissing-declarations but
not -Wmissing-prototypes, so check whether *either* of them requires
-Werror in order to be detected as NSFC++.
Fix a copy-and-pasteo while we're at it.
Don't treat a different willingness to accept
-Wmissing-{prototypes,declarations} as an indication that you have
mismatched C and C++ compilers.
Directory: /trunk/
Changes Path Action
+59 -18 acinclude.m4 Modified