Author
anonymous
over 8 years ago
Language
Compiler
Options
Author
anonymous
over 8 years ago
$   prog.cc: In function 'ThreadRunner* call()':
prog.cc:27:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
prog.cc: In function 'int main()':
prog.cc:30:9: warning: unused variable 't' [-Wunused-variable]
    auto t = call();
         ^
Call ended
Exit Code: 
0