freetype2/src/pshinter
Werner Lemberg e8ed2d621e Another round of cppcheck nitpicks.
The call was (from the top-level of the FreeType tree):

  cppcheck --force \
           --enable=all \
           -I /usr/include \
           -I /usr/local/include \
           -I /usr/lib/gcc/i586-suse-linux/4.7/include \
           -I include \
           -I include/freetype \
           -I include/freetype/config \
           -I include/freetype/internal \
           -DFT2_BUILD_LIBRARY \
           . &> cppcheck.log

using cppcheck git commit f7e93f99.

Note that cppcheck still can't handle `#include FOO' (with `FOO' a
macro).

*/* Improve variable scopes.
*/* Remove redundant initializations which get overwritten.

* src/gxvalid/*: Comment out redundant code or guard it with
FT_DEBUG_LEVEL_TRACE.
2013-08-01 12:20:20 +02:00
..
Jamfile Position Independent Code (PIC) support in pshinter module. 2009-04-05 18:20:16 +03:00
module.mk FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
pshalgo.c Apply fixes for cppcheck nitpicks. 2013-06-04 10:30:48 +02:00
pshalgo.h * src/pshinter/pshalgo.h: Remove unused code. 2013-01-02 20:31:56 -05:00
pshglob.c Another round of cppcheck nitpicks. 2013-08-01 12:20:20 +02:00
pshglob.h Avoid overwriting of numeric font dictionary entries for synthetic 2003-05-30 09:12:50 +00:00
pshinter.c Position Independent Code (PIC) support in pshinter module. 2009-04-05 18:20:16 +03:00
pshmod.c [autofit, cff, pshinter, psnames] More renamings for orthogonality. 2012-08-27 08:41:43 +02:00
pshmod.h Position Independent Code (PIC) support in pshinter module. 2009-04-05 18:20:16 +03:00
pshnterr.h Prepare source code for amalgamation. 2012-03-08 06:04:03 +01:00
pshpic.c Whitespace. 2013-03-17 08:14:46 +01:00
pshpic.h * src/pshinter/pshpic.h (GET_PIC): Use correct container. 2013-03-17 07:44:35 +01:00
pshrec.c Apply fixes for cppcheck nitpicks. 2013-06-04 10:30:48 +02:00
pshrec.h Cosmetic code changes. 2008-05-28 22:17:28 +00:00
rules.mk */rules.mk: Handle `*pic.c' files. 2011-01-03 07:11:54 +01:00