comparison lwlib/ChangeLog @ 2286:04bc9d2f42c7

[xemacs-hg @ 2004-09-20 19:18:55 by james] Mark all unused parameters as unused. Also eliminate some unneeded local variables.
author james
date Mon, 20 Sep 2004 19:20:08 +0000
parents 0dfff19d20da
children 2200ebac5409
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
1 2004-09-14 Jerry James <james@xemacs.org>
2
3 * Makefile.in.in (cppflags): Make compiler.h available.
4 * config.h.in: Include compiler.h.
5 * lwlib.c (max): Remove; now defined in compiler.h.
6 (merge_widget_value): Fix misplaced `change' computation.
7 * xlwcheckbox.c (DrawCheck): conditionalize declaration and
8 assignment of variable bw like its use.
9 * xlwtabs.c (TabsResize): Comment out declaration and assignment
10 of variable tab, whose use is commented out.
11
12 * lwlib-Xaw.c:
13 * lwlib-Xlw.c:
14 * lwlib-Xm.c:
15 * lwlib-utils.c:
16 * lwlib.c:
17 * xlwcheckbox.c:
18 * xlwgauge.c:
19 * xlwgcs.c:
20 * xlwmenu.c:
21 * xlwradio.c:
22 * xlwscrollbar.c:
23 * xlwtabs.c:
24 Mark unused parameters with the UNUSED macro.
25
1 2004-09-14 Jerry James <james@xemacs.org> 26 2004-09-14 Jerry James <james@xemacs.org>
2 27
3 * xlwgauge.c (GaugeConvert): Fix type-punning warning. 28 * xlwgauge.c (GaugeConvert): Fix type-punning warning.
4 29
5 2004-04-23 Jerry James <james@xemacs.org> 30 2004-04-23 Jerry James <james@xemacs.org>