/in/foo.c: In function 'AscOrderCount':
/in/foo.c:99:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=0; i<n; i++)
^~~
/in/foo.c:102:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
return count;
^~~~~~
/in/foo.c: In function 'FindMaxIndex':
/in/foo.c:38:9: warning: 'index' may be used uninitialized in this function [-Wmaybe-uninitialized]
int i, index, flag=0;
^~~~~
/in/foo.c: In function 'FindSecMax':
/in/foo.c:80:9: warning: 'index' may be used uninitialized in this function [-Wmaybe-uninitialized]
return index;
^~~~~