summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spnotepad01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spnotepad01/init.c')
-rw-r--r--testsuites/sptests/spnotepad01/init.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/sptests/spnotepad01/init.c b/testsuites/sptests/spnotepad01/init.c
index 9604c32535..965d69dd2c 100644
--- a/testsuites/sptests/spnotepad01/init.c
+++ b/testsuites/sptests/spnotepad01/init.c
@@ -15,6 +15,11 @@
const char rtems_test_name[] = "SPNOTEPAD 1";
+/*
+ * We know this is deprecated and don't want a warning on every BSP built.
+ */
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);