🐞 fix(warning as error): fix unused parameter warning
This commit is contained in:
@@ -433,7 +433,7 @@ static void stellar_thread_join(struct stellar_runtime *runtime, struct stellar_
|
||||
}
|
||||
}
|
||||
|
||||
int stellar_run(int argc, char **argv)
|
||||
int stellar_run(int argc __attribute__((unused)), char **argv __attribute__((unused)))
|
||||
{
|
||||
static struct stellar st={};
|
||||
struct stellar_runtime *runtime = &st.runtime;
|
||||
|
||||
Reference in New Issue
Block a user