Fix more warnings

This commit is contained in:
Behdad Esfahbod 2012-12-29 22:33:33 -05:00
parent 83d8019011
commit 4ad3a73691
2 changed files with 0 additions and 4 deletions

View File

@ -78,8 +78,6 @@ FcStrFree (FcChar8 *s)
#define FcCaseFoldUpperCount(cf) \
((cf)->method == FC_CASE_FOLD_FULL ? 1 : (cf)->count)
#define FC_STR_CANON_BUF_LEN 1024
typedef struct _FcCaseWalker {
const FcChar8 *read;
const FcChar8 *src;

View File

@ -1338,9 +1338,7 @@ FcParseString (FcConfigParse *parse, FcVStackTag tag)
static void
FcParseMatrix (FcConfigParse *parse)
{
FcVStack *vstack;
FcExprMatrix m;
int i;
m.yy = FcPopExpr (parse);
m.yx = FcPopExpr (parse);