summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/twai_flg.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/twai_flg.c')
-rw-r--r--cpukit/itron/src/twai_flg.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/itron/src/twai_flg.c b/cpukit/itron/src/twai_flg.c
index 43f16b7a9d..676c6aac74 100644
--- a/cpukit/itron/src/twai_flg.c
+++ b/cpukit/itron/src/twai_flg.c
@@ -22,11 +22,11 @@
*/
ER twai_flg(
- UINT *p_flgptn,
- ID flgid,
- UINT waiptn,
- UINT wfmode,
- TMO tmout
+ UINT *p_flgptn __attribute__((unused)),
+ ID flgid __attribute__((unused)),
+ UINT waiptn __attribute__((unused)),
+ UINT wfmode __attribute__((unused)),
+ TMO tmout __attribute__((unused))
)
{
return E_OK;