mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
tests/slice: use G_GNUC_BEGIN_IGNORE_DEPRECATIONS
rather than implementing it by hand
This commit is contained in:
parent
eebb3c1c8e
commit
e195490a87
@ -1,7 +1,7 @@
|
||||
#include <glib.h>
|
||||
|
||||
/* We test deprecated functionality here */
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||
|
||||
static void
|
||||
test_slice_config_subprocess (void)
|
||||
|
Loading…
Reference in New Issue
Block a user