[Github-comments] [geany/geany-plugins] Debugger: Fix cppcheck false positive warning (#1017)
Enrico Tröger
notifications at xxxxx
Sat Oct 24 09:03:38 UTC 2020
@eht16 commented on this pull request.
> @@ -142,19 +142,18 @@ void tpage_pack_widgets(gboolean tabbed)
GList *children = gtk_container_get_children(GTK_CONTAINER(tab_target));
if (children)
{
- int i;
-
- oldroot = (GtkWidget*)children->data;
+ GtkWidget **widget_ref = NULL;
Done in 516277c184f2019e2e504f1d598b008cb6695358.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1017#discussion_r511351225
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20201024/0ec20a2b/attachment.htm>
More information about the Github-comments
mailing list