Wireshark-commits: [Wireshark-commits] rev 54447: /trunk/ /trunk/: acinclude.m4 configure.ac

Date: Tue, 24 Dec 2013 18:43:43 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54447

User: guy
Date: 2013/12/24 06:43 PM

Log:
 Some warning options are, for reasons not entirely obvious to me, not
 supported by some versions of g++ even though the corresponding version
 of gcc supports them.  Other versions of g++, and clang, support them.
 
 Check, before adding a -W option for C++, whether the compiler supports
 it; that check must be done with -Werror, at least with g++, in order to
 get a non-zero exit status from the compiler.

Directory: /trunk/
  Changes    Path            Action
  +42 -1     acinclude.m4    Modified
  +8 -2      configure.ac    Modified