# New Ticket Created by Steve Peters # Please include the string: [perl #21399] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=21399 >
The attached patch fixes a compiler warning in smallobject.c. The #define UNITS_PER_ALLOC_GROWTH_FACTOR has a value of 1.75, but is multiplied to a size_t. This patch sets UNITS_PER_ALLOC_GROWTH_FACTOR to (size_t)2. A comment prior to this #define says that this value (1.75) is arbitrary, so this should not be a problem. Steve Peters [EMAIL PROTECTED] _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- attachment 1 ------------------------------------------------------ url: http://rt.perl.org/rt2/attach/52970/40020/bf3eeb/smallobject.c.patch
smallobject.c.patch
Description: smallobject.c.patch