Add _U_ to a few function parameters to fix compiler warnings
authorBill Meier <wmeier@newsguy.com>
Wed, 6 Nov 2013 15:54:24 +0000 (15:54 -0000)
committerBill Meier <wmeier@newsguy.com>
Wed, 6 Nov 2013 15:54:24 +0000 (15:54 -0000)
commit53fabc2f8a4b8786cdb6206532ff16ed220359bf
tree4dd7ecb28de4636136c4436a51b9d8b49ae66d94
parent0f61417ca48f37c40cc1529e947db0d72fac6240
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)

svn path=/trunk/; revision=53104
epan/dissectors/packet-dcerpc-netlogon.c