mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Unused param
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
static void segv_handler(int sig)
|
||||
{
|
||||
(void) sig;
|
||||
|
||||
printf("Intentional segfault / bus error caught\n");
|
||||
printf("OK\n");
|
||||
#ifdef SIGSEGV
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
|
||||
static void segv_handler(int sig)
|
||||
{
|
||||
(void) sig;
|
||||
|
||||
printf("Intentional segfault / bus error caught\n");
|
||||
printf("OK\n");
|
||||
#ifdef SIGSEGV
|
||||
|
||||
Reference in New Issue
Block a user