# New Ticket Created by Steve Peters # Please include the string: [perl #42359] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42359 > The attached patch includes several cleanups needed to silence warnings when compiling Parrot with Intel C++. The cleanups fall mainly into two catagories. 1) Changing strstart in STRING from a void * to a char *. This also includes some fixes where the pointer is treated as an unsigned char *. 2) Enum values should be treated as ints, not as the enum type. So, there are multiple variable and parameter redeclarations from an enumerated type to an int. Steve Peters steve@fisharerojo.orgThread Previous