summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-12-19 11:57:19 +0100
committerAnders Broman <a.broman58@gmail.com>2014-12-19 11:58:43 +0000
commitc11085a351978514ae780ea995494fef01f7897f (patch)
tree902dda960b584d6285c5bf678b630fc477950792
parentf94eb278624b5e5ff357ec7f943a16fb7ef2e61b (diff)
downloadwireshark-c11085a351978514ae780ea995494fef01f7897f.tar.gz
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 <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/dissectors/packet-isis-lsp.c1
1 files changed, 0 insertions, 1 deletions
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_,