diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2006-08-27 11:27:47 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2006-08-27 11:27:47 +0000 |
commit | 36d80b8c8b07a800e831e8b1cc7be7b863845fb6 (patch) | |
tree | 96c547861893508cff5fb6f72226fc21014a2253 /epan/dissectors/packet-rmcp.c | |
parent | 8ed01f4cb79be09edd60df8e9e6b78fba0afaaf8 (diff) | |
download | wireshark-36d80b8c8b07a800e831e8b1cc7be7b863845fb6.tar.gz wireshark-36d80b8c8b07a800e831e8b1cc7be7b863845fb6.tar.bz2 wireshark-36d80b8c8b07a800e831e8b1cc7be7b863845fb6.zip |
squelch some compiler warnings
svn path=/trunk/; revision=19052
Diffstat (limited to 'epan/dissectors/packet-rmcp.c')
-rw-r--r-- | epan/dissectors/packet-rmcp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rmcp.c b/epan/dissectors/packet-rmcp.c index 69bb81a126..e33d7e35b9 100644 --- a/epan/dissectors/packet-rmcp.c +++ b/epan/dissectors/packet-rmcp.c @@ -155,8 +155,8 @@ dissect_rmcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) static int dissect_rsp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { - proto_tree *rsp_tree = NULL, *field_tree; - proto_item *ti, *tf; + proto_tree *rsp_tree = NULL/*, *field_tree*/; + proto_item *ti/*, *tf*/; tvbuff_t *next_tvb; int offset = 0; |