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 d907af4 commit 83e9ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
runs-on: ${{ matrix.os }}
needs: create-release
strategy:
fail-fast: false
matrix:
# macos-14 is ARM64, macos-13 is x86-64
os: [ubuntu-latest, macos-14, macos-13, windows-latest]
Expand Down
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 83e9ecb

Please sign in to comment.