Author
anonymous
almost 5 years ago
Language
Compiler
Options
Author
anonymous
almost 5 years ago
$
prog.cc: In function 'int main()':
prog.cc:18:5: warning: unused variable 'u2' [-Wunused-variable]
18 | U u2{}; // no constructor call?
| ^~
prog.cc:15:15: warning: typedef 'int_t' locally defined but not used [-Wunused-local-typedefs]
15 | typedef int int_t;
| ^~~~~
S::S()
Exit Code:
0