Main.cc: In function 'int w(int, int)': Main.cc:12:15: error: 'i' was not declared in this scope w(a,b,i) ^ Main.cc:14:1: warning: control reaches end of non-void function [-Wreturn-type] } ^