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