kmod_help() does not use neither argc nor argv although due to the
dispatch mechanism they are part of the function signature.
Not much we can do here - silence the compiler warnings.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/361
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
// clang-format on
};
-static int kmod_help(int argc, char *argv[])
+static int kmod_help(_maybe_unused_ int argc, _maybe_unused_ char *argv[])
{
size_t i;