Jerry Gay <[EMAIL PROTECTED]> wrote: > i'm in the process of removing warnings from parrot, and i thought i'd split > the patches up into manageable chunks.
Splitting bigger patches is good, it simplifies review. > ... this patch removes 'unreferenced > local variable' warnings from all src/*.c files. Thanks, applied - except: - src/string.c: the __ptr_u union is used inside the const_cast macro - src/event.c: unchanged; this has to be split into a Win32 and a POSIX part > ~jerry leo