We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b262f14 commit 45a08fcCopy full SHA for 45a08fc
src/plugins/sentry/sentry.c
@@ -21,7 +21,7 @@ struct sentry_plugin {
21
bool sentry_initialized;
22
};
23
24
-static int sentry_configure_bundled_crashpad_handler(sentry_options_t *options) {
+UNUSED static int sentry_configure_bundled_crashpad_handler(sentry_options_t *options) {
25
char *path = malloc(PATH_MAX);
26
if (path == NULL) {
27
return ENOMEM;
0 commit comments