Fix more warnings
This commit is contained in:
parent
83d8019011
commit
4ad3a73691
|
@ -78,8 +78,6 @@ FcStrFree (FcChar8 *s)
|
||||||
#define FcCaseFoldUpperCount(cf) \
|
#define FcCaseFoldUpperCount(cf) \
|
||||||
((cf)->method == FC_CASE_FOLD_FULL ? 1 : (cf)->count)
|
((cf)->method == FC_CASE_FOLD_FULL ? 1 : (cf)->count)
|
||||||
|
|
||||||
#define FC_STR_CANON_BUF_LEN 1024
|
|
||||||
|
|
||||||
typedef struct _FcCaseWalker {
|
typedef struct _FcCaseWalker {
|
||||||
const FcChar8 *read;
|
const FcChar8 *read;
|
||||||
const FcChar8 *src;
|
const FcChar8 *src;
|
||||||
|
|
|
@ -1338,9 +1338,7 @@ FcParseString (FcConfigParse *parse, FcVStackTag tag)
|
||||||
static void
|
static void
|
||||||
FcParseMatrix (FcConfigParse *parse)
|
FcParseMatrix (FcConfigParse *parse)
|
||||||
{
|
{
|
||||||
FcVStack *vstack;
|
|
||||||
FcExprMatrix m;
|
FcExprMatrix m;
|
||||||
int i;
|
|
||||||
|
|
||||||
m.yy = FcPopExpr (parse);
|
m.yy = FcPopExpr (parse);
|
||||||
m.yx = FcPopExpr (parse);
|
m.yx = FcPopExpr (parse);
|
||||||
|
|
Loading…
Reference in New Issue