Wireshark-bugs: [Wireshark-bugs] [Bug 8551] wireshark fails to compile latest SVN version

Date: Tue, 02 Apr 2013 17:08:13 +0000

changed bug 8551

What Removed Added
Status UNCONFIRMED RESOLVED
Hardware x86 All
Resolution --- FIXED

Comment # 1 on bug 8551 from
(In reply to comment #0)
> It looks like a syntax error in wireshark.

No, it looks like an implicit type conversion in Wireshark.  Those are allowed
in C, but not C++, and we're now compiling with -Wc++-compat (to catch cases
where we couldn't compile Wireshark with a C++ compiler) and, at least when
compiling from SVN, with -Werror (so that warnings don't sneak into the code).

Fixed in r48701 with an explicit type cast.


You are receiving this mail because:
  • You are watching all bug changes.