mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
gresource: Fix a pointer mismatch with an atomic load
This squashes a warning when compiling with Clang. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
47da8ec5d9
commit
7d417f8406
@ -1398,7 +1398,7 @@ register_lazy_static_resources (void)
|
||||
void
|
||||
g_static_resource_init (GStaticResource *static_resource)
|
||||
{
|
||||
gpointer next;
|
||||
GStaticResource *next;
|
||||
|
||||
do
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user