From c11085a351978514ae780ea995494fef01f7897f Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 19 Dec 2014 11:57:19 +0100 Subject: ISIS: Fix warning: '@return' command used in a comment that is attached to a function returning void [-Wdocumentation] Change-Id: I7f20311125e369cc90df808772323e8e98f8c94e Reviewed-on: https://code.wireshark.org/review/5850 Petri-Dish: Alexis La Goutte Reviewed-by: Anders Broman --- epan/dissectors/packet-isis-lsp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/epan/dissectors/packet-isis-lsp.c b/epan/dissectors/packet-isis-lsp.c index aa4e03e4f5..db9c2bd0f7 100644 --- a/epan/dissectors/packet-isis-lsp.c +++ b/epan/dissectors/packet-isis-lsp.c @@ -905,7 +905,6 @@ dissect_isis_grp_address_clv(tvbuff_t *tvb, packet_info* pinfo _U_, proto_tree * * @param tree the tree to append this item * @param offset the offset in the tvb * @param tlv_len the length of tlv - * @return void */ static void dissect_lsp_sr_sid_label_clv(tvbuff_t *tvb, packet_info* pinfo _U_, -- cgit v1.2.1