summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp07/task2.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp07/task2.c')
-rw-r--r--testsuites/sptests/sp07/task2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/sptests/sp07/task2.c b/testsuites/sptests/sp07/task2.c
index 6451fffb07..11165ee73b 100644
--- a/testsuites/sptests/sp07/task2.c
+++ b/testsuites/sptests/sp07/task2.c
@@ -13,6 +13,11 @@
#include "system.h"
+/*
+ * We know this is deprecated and don't want a warning on every BSP built.
+ */
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+
rtems_task Task_2(
rtems_task_argument argument
)