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