Skip to content

Commit

Permalink
Clear warnings in utils.c
Browse files Browse the repository at this point in the history
  • Loading branch information
lars18th authored and Jalle19 committed Jun 1, 2023
1 parent cea601f commit 964dd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@ int addr2line(char const *const program_name, void const *const addr) {
}

void print_trace(void) {
#if !defined(NO_BACKTRACE)
void *array[10];
size_t size;
size_t i;
#if !defined(NO_BACKTRACE)

size = backtrace(array, 10);

Expand Down

0 comments on commit 964dd4a

Please sign in to comment.