mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 02:17:51 +02:00
more 'static' adding in testcases
No dead code found this time...
This commit is contained in:
@@ -12,7 +12,7 @@ typedef enum {
|
||||
TEST_UNSIGNED_ENUM_BAR = 0x80000000
|
||||
} TestUnsignedEnum;
|
||||
|
||||
GType
|
||||
static GType
|
||||
test_enum_get_type (void)
|
||||
{
|
||||
static volatile gsize g_define_type_id__volatile = 0;
|
||||
@@ -34,7 +34,7 @@ test_enum_get_type (void)
|
||||
return g_define_type_id__volatile;
|
||||
}
|
||||
|
||||
GType
|
||||
static GType
|
||||
test_unsigned_enum_get_type (void)
|
||||
{
|
||||
static volatile gsize g_define_type_id__volatile = 0;
|
||||
|
Reference in New Issue
Block a user