While this might not be necessary technically, cppcheck complained:
overviewscintilla.c:800:53: note: Calling function
'overview_scintilla_get_overlay_color', 2nd argument
'&color' value is <Uninit>
overview_scintilla_get_overlay_color (self, &color);
^
overviewscintilla.c:1146:11: note: Uninitialized variable: color
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/916
-- Commit Summary --
* Overview: initialize color variables
-- File Changes --
M overview/overview/overviewscintilla.c (4)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/916.patch
https://github.com/geany/geany-plugins/pull/916.diff
--
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/916