Mercurial > hg > xemacs-beta
comparison lwlib/lwlib.c @ 4528:726060ee587c g++-warning-removal-2008-10-28
First draft of g++ 4.3 warning removal patch. Builds. *Needs ChangeLogs.*
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 29 Oct 2008 04:06:33 +0900 |
parents | fc7067b7f407 |
children | aa5ed11f473b |
comparison
equal
deleted
inserted
replaced
4524:03ba50f7ecd7 | 4528:726060ee587c |
---|---|
1383 } | 1383 } |
1384 *offset += wv->args->nargs; | 1384 *offset += wv->args->nargs; |
1385 } | 1385 } |
1386 } | 1386 } |
1387 | 1387 |
1388 XtArgVal lw_get_value_arg (widget_value* wv, String name) | 1388 XtArgVal lw_get_value_arg (widget_value* wv, const String name) |
1389 { | 1389 { |
1390 int i; | 1390 int i; |
1391 if (wv->args) | 1391 if (wv->args) |
1392 { | 1392 { |
1393 for (i = 0; i < wv->args->nargs; i++) | 1393 for (i = 0; i < wv->args->nargs; i++) |