Initialize two pointers (although not required) to silence two errors reported on ```make check```: ``` geanyvc.c:1374: error: Uninitialized variable: list_item geanyvc.c:2200: error: Uninitialized variable: ptr ```
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/861 -- Commit Summary -- * geanyvc: silence check errors -- File Changes -- M geanyvc/src/geanyvc.c (4) -- Patch Links -- https://github.com/geany/geany-plugins/pull/861.patch https://github.com/geany/geany-plugins/pull/861.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/861
