summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp07/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp07/task1.c')
-rw-r--r--testsuites/sptests/sp07/task1.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/sptests/sp07/task1.c b/testsuites/sptests/sp07/task1.c
index 15bc7a17ca..18c6375473 100644
--- a/testsuites/sptests/sp07/task1.c
+++ b/testsuites/sptests/sp07/task1.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_1(
rtems_task_argument argument
)