mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-23 00:28:12 +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 | ||
| pfr.c | ||
| pfrcmap.c | ||
| pfrcmap.h | ||
| pfrdrivr.c | ||
| pfrdrivr.h | ||
| pfrerror.h | ||
| pfrgload.c | ||
| pfrgload.h | ||
| pfrload.c | ||
| pfrload.h | ||
| pfrobjs.c | ||
| pfrobjs.h | ||
| pfrsbit.c | ||
| pfrsbit.h | ||
| pfrtypes.h | ||
| rules.mk | ||