mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +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);
|
end = gvs_read_unaligned_le (value.data + offset_ptr, offset_size);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default:
|
||||||
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (end < offset || end > offset_ptr)
|
if (end < offset || end > offset_ptr)
|
||||||
|
Loading…
Reference in New Issue
Block a user