summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/cre_por.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_por.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 'cpukit/itron/src/cre_por.c')
-rw-r--r--cpukit/itron/src/cre_por.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/cre_por.c b/cpukit/itron/src/cre_por.c
index b6aec2b4ed..af6e312de4 100644
--- a/cpukit/itron/src/cre_por.c
+++ b/cpukit/itron/src/cre_por.c
@@ -22,8 +22,8 @@
*/
ER cre_por(
- ID porid,
- T_CPOR *pk_cpor
+ ID porid __attribute__((unused)),
+ T_CPOR *pk_cpor __attribute__((unused))
)
{
return E_OK;