qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs/libqhtml css.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs/libqhtml css.c
Date: Mon, 26 May 2014 13:57:20 +0000

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        14/05/26 13:57:20

Modified files:
        libqhtml       : css.c 

Log message:
        suppress warnings

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/libqhtml/css.c?cvsroot=qemacs&r1=1.25&r2=1.26

Patches:
Index: css.c
===================================================================
RCS file: /sources/qemacs/qemacs/libqhtml/css.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- css.c       23 Jan 2014 12:56:23 -0000      1.25
+++ css.c       26 May 2014 13:57:20 -0000      1.26
@@ -1442,7 +1442,7 @@
 {
     CSSState *props = box->props;
     TypeLink *l;
-    int c, pos, offset;
+    int /* c, */ pos, offset;
     NextCharFunc nextc;
 
     l = s->l;
@@ -1470,7 +1470,7 @@
                     goto the_end;
                 }
             }
-            c = nextc(box, &offset);
+            /* c = */ nextc(box, &offset);
             pos++;
         }
     }
@@ -2194,7 +2194,7 @@
 {
     CSSState *props = box->props;
     int offset, offset0;
-    int ch, space, eob, ret, box_stack_base, i;
+    int ch, space, ret, box_stack_base, i;
     QEFont *font;
     NextCharFunc nextc;
 
@@ -2329,7 +2329,6 @@
         offset = box->u.buffer.start;
 
         /* loop over each char of the box and separate into words */
-        eob = 0;
         ch = 0; /* not used */
         space = 0; /* not used */
         offset0 = 0; /* not used */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]