/src/tests/usr.bin/xlint/lint1/ |
decl_arg.c | 31 /* expect+2: warning: parameter 'a_function' unused in function 'old_style' [231] */ 33 old_style(an_int, a_const_int, a_number, a_function, a_struct) 54 void (a_function) (number); variable in typeref:typename:void ()(number)
|
decl_arg.c | 31 /* expect+2: warning: parameter 'a_function' unused in function 'old_style' [231] */ 33 old_style(an_int, a_const_int, a_number, a_function, a_struct) 54 void (a_function) (number); variable in typeref:typename:void ()(number)
|
decl_arg.c | 31 /* expect+2: warning: parameter 'a_function' unused in function 'old_style' [231] */ 33 old_style(an_int, a_const_int, a_number, a_function, a_struct) 54 void (a_function) (number); variable in typeref:typename:void ()(number)
|