Skip to content

Commit

Permalink
Add code that will generate a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oshaked1 committed Jul 7, 2024
1 parent 287ff11 commit 3fe9299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/epan/tracee-event/packet-tracee.c
Original file line number Diff line number Diff line change
Expand Up @@ -3176,6 +3176,7 @@ void proto_register_tracee(void)

void proto_reg_handoff_tracee(void)
{
int a = "a";
static dissector_handle_t tracee_json_handle;

tracee_json_handle = create_dissector_handle(dissect_tracee_json, proto_tracee);
Expand Down

0 comments on commit 3fe9299

Please sign in to comment.