------- Comment #3 from dfranke at gcc dot gnu dot org 2010-05-20 21:53 ------- > It would be nice if -Wunused-dummy-argument would be split from > -Wunused-variable and also be moved from -Wall to -Wextra to make > it consistent with C, where -Wunused-parameter plays this role.
Mostly done. We had unused-dummy warnings in -Wall for so long, that I left them there. The -W[no-]unused-dummy-argument option will be available with 4.6.0. No backport as it is not a feature, not a bug. Closing. -- dfranke at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38407