summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthread.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-10-16 08:21:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-10-26 09:13:19 +0100
commitf97536dcd310a1a15426dcd411d55367019879fc (patch)
treed37a1e12bac98a4df4a2dd70d5de3ee99f23d821 /cpukit/posix/src/pthread.c
parentbasdefs.h: Add and use RTEMS_DEPRECATED (diff)
downloadrtems-f97536dcd310a1a15426dcd411d55367019879fc.tar.bz2
basdefs.h: Add and use RTEMS_UNUSED
Diffstat (limited to 'cpukit/posix/src/pthread.c')
-rw-r--r--cpukit/posix/src/pthread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/pthread.c b/cpukit/posix/src/pthread.c
index 283ffdfbc0..0fbe43338a 100644
--- a/cpukit/posix/src/pthread.c
+++ b/cpukit/posix/src/pthread.c
@@ -103,7 +103,7 @@ static bool _POSIX_Threads_Sporadic_budget_TSR_filter(
* _POSIX_Threads_Sporadic_budget_TSR
*/
void _POSIX_Threads_Sporadic_budget_TSR(
- Objects_Id id __attribute__((unused)),
+ Objects_Id id RTEMS_UNUSED,
void *argument
)
{
@@ -186,7 +186,7 @@ void _POSIX_Threads_Sporadic_budget_callout(
*/
static bool _POSIX_Threads_Create_extension(
- Thread_Control *executing __attribute__((unused)),
+ Thread_Control *executing RTEMS_UNUSED,
Thread_Control *created
)
{