Fix more warnings
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 30 Dec 2012 03:33:33 +0000 (22:33 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 30 Dec 2012 03:37:19 +0000 (22:37 -0500)
src/fcstr.c
src/fcxml.c

index cc1465c..062c5d1 100644 (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;
index cc62558..3e2a42b 100644 (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);