summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/get_blk.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/get_blk.c')
-rw-r--r--cpukit/itron/src/get_blk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/itron/src/get_blk.c b/cpukit/itron/src/get_blk.c
index 7d435ab039..54ec3e1b24 100644
--- a/cpukit/itron/src/get_blk.c
+++ b/cpukit/itron/src/get_blk.c
@@ -22,9 +22,9 @@
*/
ER get_blk(
- VP *p_blk,
- ID mplid,
- INT blksz
+ VP *p_blk __attribute__((unused)),
+ ID mplid __attribute__((unused)),
+ INT blksz __attribute__((unused))
)
{
return E_OK;