aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2021-10-02 14:53:54 +0000
committerGuy Harris <gharris@sonic.net>2021-10-03 19:22:06 +0000
commit7ca5d99d1eaad23d95b3ad63dfc3b460c7cd866f (patch)
tree8beeaedbdedf15d284d7565186f4f85af0addd40 /epan/dissectors
parentf0da2cf58f15521d85fd1168f4281ec6bad017f1 (diff)
core: Fix -Wdocumentation
packet-cose.c:422:5: warning: '@return' command used in a comment that is attached to a function returning void [-Wdocumentation]
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-cose.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-cose.c b/epan/dissectors/packet-cose.c
index 15055ef6f7..511ae42377 100644
--- a/epan/dissectors/packet-cose.c
+++ b/epan/dissectors/packet-cose.c
@@ -422,7 +422,6 @@ static void dissect_header_pair(dissector_table_t dis_table, cose_header_context
* @param tvb The source data.
* @param tree The parent of the header map.
* @param[in,out] offset The data offset.
- * @return The total length dissected, or -1 if failed.
*/
static void dissect_header_map(dissector_table_t dis_table, tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gint *offset) {
wscbor_chunk_t *chunk_hdr_map = wscbor_chunk_read(wmem_packet_scope(), tvb, offset);