[Github-comments] [geany/geany-plugins] Refactor panel option setting code into a seperate function (#450)
Enrico Tröger
notifications at xxxxx
Fri Jun 17 17:19:52 UTC 2016
This fixes a 'false positive' from cppcheck:
dconfig.c:351: error: va_list 'ap' was opened but not closed by va_end().
Probably cppcheck got confused by the nested while, switch and
break statements.
See also the output of last night's Debian Unstable build using cppcheck 1.74:
http://pastebin.geany.org/isOyz/
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/450
-- Commit Summary --
* Refactor panel option setting code into a seperate function
-- File Changes --
M debugger/src/dconfig.c (90)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/450.patch
https://github.com/geany/geany-plugins/pull/450.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/450
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160617/9feb18c6/attachment.html>
More information about the Github-comments
mailing list