userspace: mark arguments used

Reviewed-by: Alejandro Colomar <alx.manpages@gmail.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13110
This commit is contained in:
наб
2022-02-16 13:09:27 +01:00
committed by Brian Behlendorf
parent ef70eff198
commit 46c7a80280
6 changed files with 15 additions and 0 deletions
+1
View File
@@ -468,6 +468,7 @@ zfs_avx512vbmi_available(void)
static jmp_buf env;
static void sigillhandler(int x)
{
(void) x;
longjmp(env, 1);
}
#endif