summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/def_int.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/def_int.c')
-rw-r--r--cpukit/itron/src/def_int.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/def_int.c b/cpukit/itron/src/def_int.c
index 0a35e7b29f..6948555d27 100644
--- a/cpukit/itron/src/def_int.c
+++ b/cpukit/itron/src/def_int.c
@@ -22,8 +22,8 @@
*/
ER def_int(
- UINT dintno,
- T_DINT *pk_dint
+ UINT dintno __attribute__((unused)),
+ T_DINT *pk_dint __attribute__((unused))
)
{
return E_OK;