forked from Imagelibrary/rtems
basdefs.h: Add and use RTEMS_UNUSED
This commit is contained in:
@@ -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[]
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user