Hi, Sorry about that but > packet-gtp.c:5426: warning: 'decode_gtp_mbms_bearer_cap' defined but
> not used Is not seen on MSVC... Regards Anders -----Ursprungligt meddelande----- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Stephen Fisher Skickat: den 31 maj 2007 03:34 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] rev 22007: /trunk/epan/dissectors//trunk/epan/dissectors/: packet-gtp.c broke the build On Wed, May 30, 2007 at 06:19:44PM -0700, Guy Harris wrote: > > On May 30, 2007, at 12:02 PM, [EMAIL PROTECTED] wrote: > > > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22007 > This broke the build: > > packet-gtp.c:5426: warning: 'decode_gtp_mbms_bearer_cap' defined but > not used > > It added that routine, but didn't add any code to call it. I just saw that too on the buildbot status. I wrapped that function in an #if 0 block to get the buildbots going again. I'm assuming that function is about to be used since it was just added, otherwise I would have deleted it. Steve _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
