Files
crun/python/crun_python.c
Erik Sjölund 3a50988c0c use just enough arg_unused to silence -Wunused-parameter
Remove "arg_unused" where not needed.
Add "args_unused" to be able to use the gcc option
-Werror=unused-parameter when building crun with the
configure flags:

--with-libkrun
--with-mono
--with-python-bindings
--with-wasmedge
--with-wasmer
--with-wasmtime

Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
2023-08-14 07:41:01 +02:00

13 KiB