summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/tcal_por.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/tcal_por.c')
-rw-r--r--cpukit/itron/src/tcal_por.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpukit/itron/src/tcal_por.c b/cpukit/itron/src/tcal_por.c
index d26990c78e..575242e149 100644
--- a/cpukit/itron/src/tcal_por.c
+++ b/cpukit/itron/src/tcal_por.c
@@ -22,12 +22,12 @@
*/
ER tcal_por(
- VP msg,
- INT *p_rmsgsz,
- ID porid,
- UINT calptn,
- INT cmsgsz,
- TMO tmout
+ VP msg __attribute__((unused)),
+ INT *p_rmsgsz __attribute__((unused)),
+ ID porid __attribute__((unused)),
+ UINT calptn __attribute__((unused)),
+ INT cmsgsz __attribute__((unused)),
+ TMO tmout __attribute__((unused))
)
{
return E_OK;