On Fri, 21 Mar 2008 09:26:42 -0700
"Andrew Whitworth" (via RT) <[EMAIL PROTECTED]> wrote:

> # New Ticket Created by  "Andrew Whitworth" 
> # Please include the string:  [perl #51984]
> # in the subject line of all future correspondence about this issue. 
> # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51984 >
> 
> 
> The file src/utils.c was producing a number of compile-time warnings
> involving possible loss of data in conversions from const int to
> unsigned char. This stemmed from the macro "move_reg", which passed
> integer values to a function of type "reg_move_func", which takes only
> unsigned char parameters. To remove the warnings, I added explicit
> typecasts to unsigned char for the parameters.

Thanks, applied (with minor modifications) as r26511.

Mark

Reply via email to