/in/foo.cc: In function 'int FindiSecondMax(int, int*)':
/in/foo.cc:6:6: warning: unused variable 'i' [-Wunused-variable]
int i,j,p,k=0,second,temp;
^
/in/foo.cc:6:16: warning: variable 'second' set but not used [-Wunused-but-set-variable]
int i,j,p,k=0,second,temp;
^~~~~~
/in/foo.cc: At global scope:
/in/foo.cc:35:22: error: '_TCHAR' has not been declared
int _tmain(int argc, _TCHAR* argv[])
^~~~~~
/in/foo.cc: In function 'int _tmain(int, int**)':
/in/foo.cc:48:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^