summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/rpl_rdv.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/rpl_rdv.c')
-rw-r--r--cpukit/itron/src/rpl_rdv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/itron/src/rpl_rdv.c b/cpukit/itron/src/rpl_rdv.c
index 3e1abc1df3..65d4b7a9e4 100644
--- a/cpukit/itron/src/rpl_rdv.c
+++ b/cpukit/itron/src/rpl_rdv.c
@@ -22,9 +22,9 @@
*/
ER rpl_rdv(
- RNO rdvno,
- VP msg,
- INT rmsgsz
+ RNO rdvno __attribute__((unused)),
+ VP msg __attribute__((unused)),
+ INT rmsgsz __attribute__((unused))
)
{
return E_OK;