# New Ticket Created by Jasmine Ngan # Please include the string: [perl #123616] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=123616 > Hi there, This is my first time contributing a patch so I'm looking for a little guidance. As suggested by the subject and with assistance from Hugo at the London Perl Hackday, I've weeded out some obvious PERL_UNUSED_ARG statements inside static functions as requested in the Perl 5 todo.pod file. The remaining PERL_UNUSED_ARG statements appear to be for variables that are (1) contained in non-static functions, (2) conditionally used depending on pre-processor macros or (3) placeholders so that the static function prototypes match particular function pointers. I'm not sure if this task is completed yet so I haven't removed the item from todo.pm yet. Let me know what you think. Thanks! Kind regards, Jasmine NganThread Previous | Thread Next