Skip to content

Commit

Permalink
Fixing complaints from CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Dec 6, 2024
1 parent 794ca2c commit 67c71fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
cmake_minimum_required(VERSION 3.10)
cmake_policy(VERSION 3.10)

project(
dtn-wireshark
LANGUAGES C CXX
VERSION 0.0
)
cmake_minimum_required(VERSION 3.10)

set(CMAKE_C_STANDARD 11)
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "Build type")
Expand Down
1 change: 1 addition & 0 deletions src/packet-bpsec-cose.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ static int dissect_param_scope(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tr
proto_tree_add_cbor_bitmask(tree_blknum, hf_aad_flags, ett_aad_flags, aad_flags, pinfo, tvb, chunk_flags, flags);
}
}
proto_item_set_len(item_aad_map, offset);

return offset;
}
Expand Down

0 comments on commit 67c71fd

Please sign in to comment.