Re: [ft-devel] WIP PATCH: clang static analyzer and warning fixes

2014-03-14 Thread Sean McBride
Werner, Attached are 3 more patches, this time to fix compiler warnings (not static analyzer warnings). None of them are serious. The biggest fixes most -Wmissing-variable-declarations warnings, where some functions that are private were not declared static. Cheers, --

Re: [ft-devel] WIP PATCH: clang static analyzer and warning fixes

2014-03-14 Thread Alexei Podtelezhnikov
On Fri, Mar 14, 2014 at 11:18 AM, Sean McBride s...@rogue-research.comwrote: Attached are 3 more patches, this time to fix compiler warnings (not static analyzer warnings). None of them are serious. The biggest fixes most -Wmissing-variable-declarations warnings, where some functions that