]> git.wh0rd.org - fontconfig.git/commitdiff
2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam
authorPatrick Lam <plam@MIT.EDU>
Wed, 23 Nov 2005 16:36:26 +0000 (16:36 +0000)
committerPatrick Lam <plam@MIT.EDU>
Wed, 23 Nov 2005 16:36:26 +0000 (16:36 +0000)
Minor code warning cleanups.

ChangeLog
fc-cat/fc-cat.c
fontconfig/fontconfig.h

index 5c08f8550d3044a5312058e89cb455a350a27c7d..a94de3c71907a923bf7f3641caa2e7c7b3654aaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-23  Frederic Crozat  <fcrozat@mandriva.com>:
+       reviewed by: plam
+       
+       * fontconfig/fontconfig.h:
+       * fc-cat/fc-cat.c:
+
+       Minor code warning cleanups.
+
 2005-11-23  Frederic Crozat  <fcrozat@mandriva.com>:
        reviewed by: plam
        
index 4436512ae93bddbd357ecff106c9900e91c0f3d6..64746538bcd13dd893a6ffcc5c9c6efb6979401b 100644 (file)
@@ -230,7 +230,6 @@ FcCachePrintSet (FcFontSet *set, FcStrSet *dirs, char *cache_file)
     const FcChar8   *file, *base;
     int                    n;
     int                    id;
-    FcBool         ret;
     FcStrList      *list;
 
     list = FcStrListCreate (dirs);
index 882d2e15a9ccf2080c80791fa97fa0885472d9dd..68b62d2512e346eea56ae446d2017af9e2aef4f8 100644 (file)
@@ -224,7 +224,7 @@ typedef struct _FcValue {
        void            *f;
        const FcPattern *p;
        const FcLangSet *l;
-       int             l_off; // this is a difference of char *s
+       int             l_off; /* this is a difference of char *s */
     } u;
 } FcValue;