summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/pcal_por.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/pcal_por.c')
-rw-r--r--cpukit/itron/src/pcal_por.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/itron/src/pcal_por.c b/cpukit/itron/src/pcal_por.c
index e7f693acd7..464aa67f64 100644
--- a/cpukit/itron/src/pcal_por.c
+++ b/cpukit/itron/src/pcal_por.c
@@ -22,11 +22,11 @@
*/
ER pcal_por(
- VP msg,
- INT *p_rmsgsz,
- ID porid,
- UINT calptn,
- INT cmsgsz
+ VP msg __attribute__((unused)),
+ INT *p_rmsgsz __attribute__((unused)),
+ ID porid __attribute__((unused)),
+ UINT calptn __attribute__((unused)),
+ INT cmsgsz __attribute__((unused))
)
{
return E_OK;