mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
Revert "Merge branch 'type-safe-g-clear-pointer-1425' into 'master'"
This reverts merge request !165
This commit is contained in:
@@ -132,7 +132,7 @@ test_clear (void)
|
||||
static void
|
||||
test_clear_function (void)
|
||||
{
|
||||
GObject *o = NULL;
|
||||
volatile GObject *o = NULL;
|
||||
GObject *tmp;
|
||||
|
||||
(g_clear_object) (&o);
|
||||
|
Reference in New Issue
Block a user