https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4877
Guy Harris <guy@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|wireshark 1.4.0rc1 fails to |wireshark 1.4.0rc1 gets
|build with cmake |build warnings in
| |epan/dissectors/packet-gtpv
| |2.c
--- Comment #2 from Guy Harris <guy@xxxxxxxxxxxx> 2010-06-14 18:26:29 PDT ---
> it builds with autotools (./configure; make)
It does?
If so, that means that the CMake build is turning on more warning flags than
the automake build, or is building with -Werror.
There are two changes to epan/dissectors/packet-gtpv2.c that need to be
propagated to the 1.4 branch:
------------------------------------------------------------------------
r33159 | etxrab | 2010-06-08 03:37:03 -0700 (Tue, 08 Jun 2010) | 1 line
Remove C++ style comment.
------------------------------------------------------------------------
r33158 | etxrab | 2010-06-08 01:55:07 -0700 (Tue, 08 Jun 2010) | 1 line
Fix packet-gtpv2.c:945:1: error: "/*" within comment
I've added them to the list of changes to put into 1.4.0rc2.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.