summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/tacp_por.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/tacp_por.c')
-rw-r--r--cpukit/itron/src/tacp_por.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpukit/itron/src/tacp_por.c b/cpukit/itron/src/tacp_por.c
index 8257ecacc4..d4b62f31b7 100644
--- a/cpukit/itron/src/tacp_por.c
+++ b/cpukit/itron/src/tacp_por.c
@@ -22,12 +22,12 @@
*/
ER tacp_por(
- RNO *p_rdvno,
- VP msg,
- INT *p_cmsgsz,
- ID porid,
- UINT acpptn,
- TMO tmout
+ RNO *p_rdvno __attribute__((unused)),
+ VP msg __attribute__((unused)),
+ INT *p_cmsgsz __attribute__((unused)),
+ ID porid __attribute__((unused)),
+ UINT acpptn __attribute__((unused)),
+ TMO tmout __attribute__((unused))
)
{
return E_OK;