Skip to content

Commit

Permalink
Fixed compilation warning on machines where we cannot get the faultin…
Browse files Browse the repository at this point in the history
…g PC.
  • Loading branch information
rmanfredi committed Mar 29, 2012
1 parent 064d77f commit 164efc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ sig_get_pc_index(void)
return SIG_PC_UNAVAILABLE;
}

static void *
static inline void *
sig_get_pc(const void *u)
{
(void) u;
Expand Down

0 comments on commit 164efc0

Please sign in to comment.