Add __attribute__((unused)) to unused function args.

This commit is contained in:
Ralf Corsepius
2009-01-02 13:04:13 +00:00
parent d050db44e5
commit 031deada15
38 changed files with 147 additions and 143 deletions

View File

@@ -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...");