summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp07/task1.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-14 10:48:00 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-17 10:05:04 -0500
commit979bda958721340c64cdd5ccbab7d76b4a7930c9 (patch)
tree2e083972c933a35167fcab08ad4ac2cbf8b1de48 /testsuites/sptests/sp07/task1.c
parenttestsuites/samples/minimum/init.c: Notepads no longer need to be disabled (diff)
downloadrtems-979bda958721340c64cdd5ccbab7d76b4a7930c9.tar.bz2
tm07: Split some code into new spnotepad02.
Use of deprecated notepads in sp07 needs further work. Updates #2305.
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
)