summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/taskvariableget.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/taskvariableget.c')
-rw-r--r--cpukit/rtems/src/taskvariableget.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpukit/rtems/src/taskvariableget.c b/cpukit/rtems/src/taskvariableget.c
index ba49b4d88e..3b9cd25a86 100644
--- a/cpukit/rtems/src/taskvariableget.c
+++ b/cpukit/rtems/src/taskvariableget.c
@@ -25,10 +25,9 @@
#include <rtems/config.h>
/*
- * rtems_task_variable_get
- *
- * This directive gets the value of a task variable.
+ * We know this is deprecated and don't want a warning on every BSP built.
*/
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
rtems_status_code rtems_task_variable_get(
rtems_id tid,