Author
anonymous
over 5 years ago
$
prog.cc: In function 'int main()': prog.cc:25:10: warning: variable 'c2' set but not used [-Wunused-but-set-variable] 25 | Cube c2 = foo(); | ^~ default constructor called copy constructor called copy constructor called
prog.cc: In function 'int main()': prog.cc:25:10: warning: variable 'c2' set but not used [-Wunused-but-set-variable] 25 | Cube c2 = foo(); | ^~
default constructor called copy constructor called copy constructor called