pposix, signal: Ignore unused arguments.

This commit is contained in:
Emmanuel Gil Peyrot 2018-08-08 09:28:04 +02:00
parent 9d9392a941
commit 1a23a874bc
2 changed files with 3 additions and 0 deletions

View file

@ -168,6 +168,7 @@ int signals[MAX_PENDING_SIGNALS];
int nsig = 0;
static void sighook(lua_State *L, lua_Debug *ar) {
(void)ar;
/* restore the old hook */
lua_sethook(L, Hsig, Hmask, Hcount);