mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
'default: g_assert_not_reached();' to silence GCC
Closes bug #612327 reported by Claudio Saavedra.
This commit is contained in:
parent
89fa967ba1
commit
a85b9c4bad
@ -1041,6 +1041,9 @@ gvs_tuple_is_normal (GVariantSerialised value)
|
||||
|
||||
end = gvs_read_unaligned_le (value.data + offset_ptr, offset_size);
|
||||
break;
|
||||
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
||||
if (end < offset || end > offset_ptr)
|
||||
|
Loading…
Reference in New Issue
Block a user