Author
anonymous
almost 9 years ago
Language
Compiler
Options
Author
anonymous
almost 9 years ago
$ prog.cc: In instantiation of 'void a(T) [with T = Struct1]':
prog.cc:50:8: required from here
prog.cc:17:10: warning: parameter 'i' set but not used [-Wunused-but-set-parameter]
void a(T i)
^
prog.cc: In instantiation of 'void d(T) [with T = Struct1*]':
prog.cc:62:8: required from here
prog.cc:35:10: warning: parameter 'i' set but not used [-Wunused-but-set-parameter]
void d(T i)
^
0
100
100
0
100
Exit Code:
0