qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs html2png.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs html2png.c
Date: Tue, 27 Dec 2016 06:38:36 -0500 (EST)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        16/12/27 06:38:36

Modified files:
        .              : html2png.c 

Log message:
        html2png: fixed compilation warning

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/html2png.c?cvsroot=qemacs&r1=1.16&r2=1.17

Patches:
Index: html2png.c
===================================================================
RCS file: /sources/qemacs/qemacs/html2png.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- html2png.c  16 Sep 2015 22:18:24 -0000      1.16
+++ html2png.c  27 Dec 2016 11:38:36 -0000      1.17
@@ -256,7 +256,7 @@
 
         png_init_io(d.png_ptr, d.f);
 
-        data = (unsigned int *)cfb->base;
+        data = (unsigned int *)(void *)cfb->base;
         w = s->width;
         h = s->height;
 



reply via email to

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