Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package presage for openSUSE:Factory checked in at 2021-05-25 21:07:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/presage (Old) and /work/SRC/openSUSE:Factory/.presage.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "presage" Tue May 25 21:07:43 2021 rev:23 rq:892672 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/presage/presage.changes 2021-05-07 16:45:39.272305393 +0200 +++ /work/SRC/openSUSE:Factory/.presage.new.2988/presage.changes 2021-05-25 21:07:48.143115804 +0200 @@ -1,0 +2,5 @@ +Wed May 12 12:15:26 UTC 2021 - Martin Li��ka <mliska@suse.cz> + +- Fix one more GCC 11 warning. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ presage-0.9.1-gcc11.patch ++++++ --- /var/tmp/diff_new_pack.t40mky/_old 2021-05-25 21:07:48.767113066 +0200 +++ /var/tmp/diff_new_pack.t40mky/_new 2021-05-25 21:07:48.771113048 +0200 @@ -235,3 +235,28 @@ /* * Presage public API ends here +From e9faf7fa918e75bdf26f3068794c97b34d14b406 Mon Sep 17 00:00:00 2001 +From: Martin Liska <mliska@suse.cz> +Date: Wed, 12 May 2021 14:13:23 +0200 +Subject: [PATCH] Fix GCC 11 warning. + +--- + apps/gtk/gprompter/scintilla/gtk/ScintillaGTK.cxx | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/apps/gtk/gprompter/scintilla/gtk/ScintillaGTK.cxx b/apps/gtk/gprompter/scintilla/gtk/ScintillaGTK.cxx +index 926457b..8f4816d 100644 +--- a/apps/gtk/gprompter/scintilla/gtk/ScintillaGTK.cxx ++++ b/apps/gtk/gprompter/scintilla/gtk/ScintillaGTK.cxx +@@ -1626,7 +1626,7 @@ void ScintillaGTK::ReceivedDrop(GtkSelectionData *selection_data) { + drop.push_back('\0'); + NotifyURIDropped(&drop[0]); + } else if ((TypeOfGSD(selection_data) == GDK_TARGET_STRING) || (TypeOfGSD(selection_data) == atomUTF8)) { +- if (TypeOfGSD(selection_data) > 0) { ++ if (TypeOfGSD(selection_data) != NULL) { + SelectionText selText; + GetGtkSelectionText(selection_data, selText); + DropAt(posDrop, selText.Data(), selText.Length(), false, selText.rectangular); +-- +2.31.1 +
participants (1)
-
Source-Sync