Re: [Wireshark-dev] [Wireshark-commits] master d04ec41: Use FreeRADIUS's warning pragma controls to suppress Apple complaints.

2014-08-28 Thread Evan Huus
On Wed, Aug 27, 2014 at 5:55 PM, Guy Harris g...@alum.mit.edu wrote: On Aug 27, 2014, at 2:28 PM, Evan Huus eapa...@gmail.com 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'

Re: [Wireshark-dev] [Wireshark-commits] master d04ec41: Use FreeRADIUS's warning pragma controls to suppress Apple complaints.

2014-08-27 Thread Evan Huus
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? On

Re: [Wireshark-dev] [Wireshark-commits] master d04ec41: Use FreeRADIUS's warning pragma controls to suppress Apple complaints.

2014-08-27 Thread Guy Harris
On Aug 27, 2014, at 2:28 PM, Evan Huus eapa...@gmail.com 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