freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Alexei Podtelezhnikov
Subject: Re: [ft-devel] WIP PATCH: clang static analyzer and warning fixes
Date: Fri, 14 Mar 2014 16:52:57 -0400

On Fri, Mar 14, 2014 at 11:18 AM, Sean McBride <address@hidden> wrote:

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.

The patch 0004 is false positive. The variable 'hit' is set to zero when entering the loop so 'p_last' and 'p_first' are assigned almost immediately.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]