Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lwlib/ChangeLog Mon Sep 20 19:11:29 2004 +0000 +++ b/lwlib/ChangeLog Mon Sep 20 19:20:08 2004 +0000 @@ -1,3 +1,28 @@ +2004-09-14 Jerry James <james@xemacs.org> + + * Makefile.in.in (cppflags): Make compiler.h available. + * config.h.in: Include compiler.h. + * lwlib.c (max): Remove; now defined in compiler.h. + (merge_widget_value): Fix misplaced `change' computation. + * xlwcheckbox.c (DrawCheck): conditionalize declaration and + assignment of variable bw like its use. + * xlwtabs.c (TabsResize): Comment out declaration and assignment + of variable tab, whose use is commented out. + + * lwlib-Xaw.c: + * lwlib-Xlw.c: + * lwlib-Xm.c: + * lwlib-utils.c: + * lwlib.c: + * xlwcheckbox.c: + * xlwgauge.c: + * xlwgcs.c: + * xlwmenu.c: + * xlwradio.c: + * xlwscrollbar.c: + * xlwtabs.c: + Mark unused parameters with the UNUSED macro. + 2004-09-14 Jerry James <james@xemacs.org> * xlwgauge.c (GaugeConvert): Fix type-punning warning.