http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2044
jaap.keuter@xxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1174|review_for_checkin? |review_for_checkin-
Flag| |
------- Comment #4 from jaap.keuter@xxxxxxxxx 2007-11-29 11:57 GMT -------
(From update of attachment 1174)
/* XXX this is stupid, but the only way I could think of
+ * to remove compiler warning about unused pinfo param.
+ */
This is addressed by the use of the _U_ tag. See
dissect_nfs_fs_location4(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
proto_tree *tree)
Indeed there it must be removed since it is being used in the code you put in.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.