Guy Harris
changed
bug 8551
What |
Removed |
Added |
Status |
UNCONFIRMED
|
RESOLVED
|
Hardware |
x86
|
All
|
Resolution |
---
|
FIXED
|
Comment # 1
on bug 8551
from Guy Harris
(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.