On Wed, Aug 27, 2014 at 5:55 PM, Guy Harris <[email protected]> wrote: > > On Aug 27, 2014, at 2:28 PM, Evan Huus <[email protected]> wrote: > >> I still get warnings-turned-errors when building with cmake with this change: >> >> ../../asn1/kerberos/packet-kerberos-template.c:299:9: error: >> 'krb5_init_context' is deprecated: use GSS.framework >> [-Werror,-Wdeprecated-declarations] >> >> Is there anything I need to tweak in the cmake files somewhere? > > No, but you need to tweak the brain of the person who made that change to get > him to remember that changing asn1/XXX/packet-XXX-template.c isn't sufficient > to fix the dissector - you have to do "make" in the asn1/XXX directory. > > Try checking out the latest code.
That works, thanks. Yet another hint that we *really* shouldn't be storing generated code in git :( ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
