# 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. --Andrew Whitworth
utilsmoveregtypecast.patch
Description: Binary data