forked from pool/gnome-settings-daemon
Accepting request 1169278 from GNOME:Next
- Update gnome-settings-daemon-bgo793253.patch to fix the build with gcc 14. OBS-URL: https://build.opensuse.org/request/show/1169278 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=418
This commit is contained in:
parent
fdda6f09ec
commit
00d4de6997
@ -42,7 +42,7 @@ Index: gnome-settings-daemon-45.0/plugins/xsettings/xsettings-manager.c
|
||||
return XSETTINGS_TYPE_COLOR;
|
||||
default:
|
||||
- g_assert_not_reached ();
|
||||
+ return NULL;
|
||||
+ return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 21:19:11 UTC 2024 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Update gnome-settings-daemon-bgo793253.patch to fix the build
|
||||
with gcc 14.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 17 09:35:43 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user