Author
anonymous
over 8 years ago
$
prog.cc: In function 'int f()': prog.cc:1:11: warning: no return statement in function returning non-void [-Wreturn-type] int f() { } ^