basdefs.h: Add and use RTEMS_UNUSED

This commit is contained in:
Sebastian Huber
2015-10-16 08:21:48 +02:00
parent c52568dcdb
commit f97536dcd3
127 changed files with 330 additions and 291 deletions

View File

@@ -237,7 +237,7 @@ rtems_shell_cmd_t rtems_shell_JOEL_Command = {
* appears to be a shell script.
*/
int rtems_shell_script_file(
int argc __attribute__((unused)),
int argc RTEMS_UNUSED,
char *argv[]
)
{