summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/def_alm.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/def_alm.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/def_alm.c')
-rw-r--r--cpukit/itron/src/def_alm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/def_alm.c b/cpukit/itron/src/def_alm.c
index b6e9ae4bbe..a2e0e1606f 100644
--- a/cpukit/itron/src/def_alm.c
+++ b/cpukit/itron/src/def_alm.c
@@ -25,8 +25,8 @@
*/
ER def_alm(
- HNO almno,
- T_DALM *pk_dalm
+ HNO almno __attribute__((unused)),
+ T_DALM *pk_dalm __attribute__((unused))
)
{
#if 0