[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemacs-commit] qemacs/libqhtml css.h
From: |
Charlie Gordon |
Subject: |
[Qemacs-commit] qemacs/libqhtml css.h |
Date: |
Thu, 29 May 2014 06:32:00 +0000 |
CVSROOT: /sources/qemacs
Module name: qemacs
Changes by: Charlie Gordon <chqrlie> 14/05/29 06:32:00
Modified files:
libqhtml : css.h
Log message:
suppress compilation warning
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/libqhtml/css.h?cvsroot=qemacs&r1=1.11&r2=1.12
Patches:
Index: css.h
===================================================================
RCS file: /sources/qemacs/qemacs/libqhtml/css.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- css.h 23 Jan 2014 12:56:24 -0000 1.11
+++ css.h 29 May 2014 06:32:00 -0000 1.12
@@ -244,7 +244,7 @@
struct CSSProperty *ptr; /* CSS_STORAGE_PTR */
} CSSPropertyStorage;
-#define CSSPropertyStoragePtr(s, off) ((CSSPropertyStorage*)((char*)(s) +
(off)))
+#define CSSPropertyStoragePtr(s, off)
((CSSPropertyStorage*)(void*)((char*)(s) + (off)))
extern const CSSPropertyDef css_properties[NB_PROPERTIES];
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemacs-commit] qemacs/libqhtml css.h,
Charlie Gordon <=