Wireshark-commits: [Wireshark-commits] rev 37517: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Thu, 02 Jun 2011 07:46:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37517

User: jmayer
Date: 2011/06/02 12:46 AM

Log:
 Commit 37516 broke compilation for me in 3 places (with -Werror):
 - get_full_XXX functions are unused in the code
 - A case statement which handles only 2 of the many enum elements
   creates another warning promoted to error
 - The patch removed usage of a variable but not the variable declaration
   itself.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +9 -7      packet-ipsec.c    Modified