2 // { dg-options "-Wunused-parameter" }
4 // Copyright (C) 2003 Free Software Foundation, Inc.
5 // Contributed by Nathan Sidwell 15 Sep 2003 <nathan@codesourcery.com>
6 // Origin: yotamm@mellanox.co.il
9 // PR c++/9848. Missing warning
12 // Only use in-charge ctor
13 C1(int bi) {} // { dg-warning "unused parameter" "" }
17 C2(int bi) {} // { dg-warning "unused parameter" "" }
25 void show_compile_warning ()