summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/cre_mpf.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-01-01 15:13:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-01-01 15:13:07 +0000
commit6b8fe0067d5e63e54757c64c2f8b3d12a0cc07fc (patch)
tree29ac42ba7ba80797dd1cc9e2b7902af2b1d58e48 /cpukit/itron/src/cre_mpf.c
parent2008-12-31 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6b8fe0067d5e63e54757c64c2f8b3d12a0cc07fc.tar.bz2
Add __attribute__((unused)) to unused function args.
Diffstat (limited to '')
-rw-r--r--cpukit/itron/src/cre_mpf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/cre_mpf.c b/cpukit/itron/src/cre_mpf.c
index 3ac5af5d4f..55cb4c7013 100644
--- a/cpukit/itron/src/cre_mpf.c
+++ b/cpukit/itron/src/cre_mpf.c
@@ -22,8 +22,8 @@
*/
ER cre_mpf(
- ID mpfid,
- T_CMPF *pk_cmpf
+ ID mpfid __attribute__((unused)),
+ T_CMPF *pk_cmpf __attribute__((unused))
)
{
return E_OK;