summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/shell_script.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libmisc/shell/shell_script.c')
-rw-r--r--cpukit/libmisc/shell/shell_script.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/libmisc/shell/shell_script.c b/cpukit/libmisc/shell/shell_script.c
index 40b8210528..a970720879 100644
--- a/cpukit/libmisc/shell/shell_script.c
+++ b/cpukit/libmisc/shell/shell_script.c
@@ -213,7 +213,7 @@ rtems_shell_cmd_t rtems_shell_JOEL_Command = {
* appears to be a shell script.
*/
int rtems_shell_script_file(
- int argc,
+ int argc __attribute__((unused)),
char *argv[]
)
{
@@ -326,4 +326,3 @@ int rtems_shell_script_file(
return 0;
}
-