On Wed, May 30, 2007 at 06:19:44PM -0700, Guy Harris wrote:
>
> On May 30, 2007, at 12:02 PM, etxrab@xxxxxxxxxxxxx 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