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
