ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4877] wireshark 1.4.0rc1 gets build warnings in epan/disse

Date: Mon, 14 Jun 2010 18:26:30 -0700 (PDT)
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.