summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/tget_blf.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/tget_blf.c')
-rw-r--r--cpukit/itron/src/tget_blf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/itron/src/tget_blf.c b/cpukit/itron/src/tget_blf.c
index b330e076cb..9d6b41e6ec 100644
--- a/cpukit/itron/src/tget_blf.c
+++ b/cpukit/itron/src/tget_blf.c
@@ -22,9 +22,9 @@
*/
ER tget_blf(
- VP *p_blf,
- ID mpfid,
- TMO tmout
+ VP *p_blf __attribute__((unused)),
+ ID mpfid __attribute__((unused)),
+ TMO tmout __attribute__((unused))
)
{
return E_OK;