Skip to content

Commit 45a08fc

Browse files
committed
sentry plugin: fix building without bundled crashpad_handler
1 parent b262f14 commit 45a08fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/sentry/sentry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct sentry_plugin {
2121
bool sentry_initialized;
2222
};
2323

24-
static int sentry_configure_bundled_crashpad_handler(sentry_options_t *options) {
24+
UNUSED static int sentry_configure_bundled_crashpad_handler(sentry_options_t *options) {
2525
char *path = malloc(PATH_MAX);
2626
if (path == NULL) {
2727
return ENOMEM;

0 commit comments

Comments
 (0)