summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/block01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/block01/init.c')
-rw-r--r--testsuites/libtests/block01/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/libtests/block01/init.c b/testsuites/libtests/block01/init.c
index 04b2ef4986..f7761960ed 100644
--- a/testsuites/libtests/block01/init.c
+++ b/testsuites/libtests/block01/init.c
@@ -33,6 +33,8 @@
#include <rtems/ramdisk.h>
#include <rtems/diskdevs.h>
+#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
+
const char rtems_test_name[] = "BLOCK 1";
#define ASSERT_SC(sc) rtems_test_assert((sc) == RTEMS_SUCCESSFUL)