diff --git a/src/bin/e_start_main.c b/src/bin/e_start_main.c index d4309b30d..259e5d15b 100644 --- a/src/bin/e_start_main.c +++ b/src/bin/e_start_main.c @@ -404,6 +404,8 @@ _e_ptrace_getsiginfo(int child, siginfo_t *sig, Eina_Bool really_know) if (!really_know) return ptrace(PT_GETSIGINFO, child, NULL, sig); #else + (void)child; + (void)sig; (void)really_know; #endif return 0;