1
0

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:
Dominique Leuenberger 2024-04-24 14:14:17 +00:00 committed by Git OBS Bridge
parent fdda6f09ec
commit 00d4de6997
2 changed files with 7 additions and 1 deletions

View File

@ -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;
}
}

View File

@ -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>