Mercurial > hg > xemacs-beta
comparison lwlib/ChangeLog @ 3374:174eb4da74fb
[xemacs-hg @ 2006-05-02 15:30:31 by james]
Quiet some warnings when building lwlib. See xemacs-patches message with
ID <m3d5f6yibr.fsf@jerrypc.cs.usu.edu>.
author | james |
---|---|
date | Tue, 02 May 2006 15:30:32 +0000 |
parents | 316fddbf58e2 |
children | 6aa26bef0527 |
comparison
equal
deleted
inserted
replaced
3373:f18cee92b433 | 3374:174eb4da74fb |
---|---|
1 2006-04-24 Jerry James <james@xemacs.org> | |
2 | |
3 * lwlib-Xaw.c (lw_debug_print_class_resources): Casting from a | |
4 pointer to an int throws away half of the bits on an x86_64 | |
5 platform. Print as a pointer instead. | |
6 * xlwgauge.c (XawGaugeSetValue): Use NULL instead of 0 as the | |
7 sentinel to quiet gcc warnings. | |
8 * xlwmenu.c: Cast to FcChar8 * as necessary to quiet warnings. | |
9 * xlwtabs.c: Ditto. | |
10 | |
1 2006-04-16 Stephen J. Turnbull <stephen@xemacs.org> | 11 2006-04-16 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 12 |
3 * lwlib-fonts.c: Change #include to "font-mgr.h". Make | 13 * lwlib-fonts.c: Change #include to "font-mgr.h". Make |
4 conditional on HAVE_FONTCONFIG, not USE_XFT. | 14 conditional on HAVE_FONTCONFIG, not USE_XFT. |
5 | 15 |