Skip to content

Commit

Permalink
Prevent c4701 warning on windows arm
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosberg authored Jan 21, 2025
1 parent 56198fc commit d2ce2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ sentry__roll_dice(double probability)
sentry_uuid_t
sentry__capture_event(sentry_value_t event)
{
sentry_uuid_t event_id;
sentry_uuid_t event_id = sentry_uuid_nil();
sentry_envelope_t *envelope = NULL;

bool was_captured = false;
Expand Down

0 comments on commit d2ce2eb

Please sign in to comment.