forked from Imagelibrary/rtems
Add __attribute__((unused)) to unused function args.
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
#include "internal.h"
|
||||
|
||||
int rtems_shell_main_logoff(
|
||||
int argc,
|
||||
char *argv[]
|
||||
int argc __attribute__((unused)),
|
||||
char *argv[] __attribute__((unused))
|
||||
)
|
||||
{
|
||||
printf("logoff from the system...");
|
||||
|
||||
Reference in New Issue
Block a user