summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/newlibc_reent.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/newlibc_reent.c')
-rw-r--r--cpukit/libcsupport/src/newlibc_reent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/newlibc_reent.c b/cpukit/libcsupport/src/newlibc_reent.c
index ba8078a135..f4cdc0d1d1 100644
--- a/cpukit/libcsupport/src/newlibc_reent.c
+++ b/cpukit/libcsupport/src/newlibc_reent.c
@@ -53,7 +53,7 @@ extern struct _reent * const _global_impure_ptr __ATTRIBUTE_IMPURE_PTR__;
* -- ptorre 9/30/03
*/
bool newlib_create_hook(
- rtems_tcb *current_task,
+ rtems_tcb *current_task __attribute__((unused)),
rtems_tcb *creating_task
)
{