summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/cre_por.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/cre_por.c')
-rw-r--r--cpukit/itron/src/cre_por.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/cre_por.c b/cpukit/itron/src/cre_por.c
index b6aec2b4ed..af6e312de4 100644
--- a/cpukit/itron/src/cre_por.c
+++ b/cpukit/itron/src/cre_por.c
@@ -22,8 +22,8 @@
*/
ER cre_por(
- ID porid,
- T_CPOR *pk_cpor
+ ID porid __attribute__((unused)),
+ T_CPOR *pk_cpor __attribute__((unused))
)
{
return E_OK;