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

Date: Wed, 06 Nov 2013 15:54:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53104

User: wmeier
Date: 2013/11/06 03:54 PM

Log:
 Add _U_ to a few function parameters to fix compiler warnings
 
 Note: I hope the following is not indicative of something wrong with the code.
       (I've just marked di as _U_).
 
 packet-dcerpc-netlogon.c: In function 'dissect_secchan_nl_auth_message':
 packet-dcerpc-netlogon.c:7582:75: error: unused parameter 'di' [-Werror=unused-parameter]
                                             proto_tree *tree, dcerpc_info *di, guint8 *drep)

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