mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-01 12:47:58 +02:00
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.
|
||
|---|---|---|
| .. | ||
| Jamfile | ||
| module.mk | ||
| pshalgo.c | ||
| pshalgo.h | ||
| pshglob.c | ||
| pshglob.h | ||
| pshinter.c | ||
| pshmod.c | ||
| pshmod.h | ||
| pshnterr.h | ||
| pshpic.c | ||
| pshpic.h | ||
| pshrec.c | ||
| pshrec.h | ||
| rules.mk | ||