/in/foo.c: In function 'main':
/in/foo.c:8:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=0;i<n;i++);
^~~
/in/foo.c:9:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
{
^
/in/foo.c:13:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=0;i<n;i++);
^~~
/in/foo.c:14:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
{
^
/in/foo.c:20:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for(i=0;i<n;i++);
^~~
/in/foo.c:21:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
{
^