summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/rel_blk.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/rel_blk.c')
-rw-r--r--cpukit/itron/src/rel_blk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/rel_blk.c b/cpukit/itron/src/rel_blk.c
index 86bddafd4a..d03029d087 100644
--- a/cpukit/itron/src/rel_blk.c
+++ b/cpukit/itron/src/rel_blk.c
@@ -22,8 +22,8 @@
*/
ER rel_blk(
- ID mplid,
- VP blk
+ ID mplid __attribute__((unused)),
+ VP blk __attribute__((unused))
)
{
return E_OK;