Wireshark-commits: [Wireshark-commits] rev 50108: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 21 Jun 2013 22:01:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50108

User: sfisher
Date: 2013/06/21 03:01 PM

Log:
 Cast away some errors of these types:
 
     request for implicit conversion from 'gpointer' to 'char *' not permitted
     in C++ [-Werror=c++-compat]
 
 and
 
     enum conversion when passing argument 3 of 'krb5_crypto_init' is invalid
     in C++ [-Werror=c++-compat]

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +5 -5      packet-kerberos.c    Modified