Wireshark-commits: [Wireshark-commits] rev 36812: /trunk/epan/ /trunk/epan/: proto.h
Date: Fri, 22 Apr 2011 15:15:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36812

User: morriss
Date: 2011/04/22 08:15 AM

Log:
 If we're using GNUC, use attribute warn_unused_result to verify that the
 return value of proto_item_add_subtree() is used.
 
 (The WARN_IF_UNUSED macro doesn't belong here...  But where should it go?)

Directory: /trunk/epan/
  Changes    Path          Action
  +7 -2      proto.h       Modified