Re: [C++ Patch] PR 57211
OK. Jason
[C++ Patch] PR 57211
Hi, I think submitters have a point that it doesn't make much sense to warn about unused parameters of defaulted functions: evidently those exist only for documentation purposes. The actual warning is produced by do_warn_unused_parameter, which belongs to gcc/function.c, thus the simplest sol