/in/foo.cc: In member function 'bool data::operator=(const data&)':
/in/foo.cc:29:5: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
/in/foo.cc: In function 'void f7()':
/in/foo.cc:46:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(num>9||num<0)continue;bas[top].a[1][4]=num;
^~
/in/foo.cc:46:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(num>9||num<0)continue;bas[top].a[1][4]=num;
^~~
/in/foo.cc:57:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(num>9||num<0)continue;bas[top].a[5][3]=num;
^~
/in/foo.cc:57:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(num>9||num<0)continue;bas[top].a[5][3]=num;
^~~
/in/foo.cc: In function 'void f6()':
/in/foo.cc:94:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(num>9||num<0)continue;bas[top].a[5][2]=num;
^~
/in/foo.cc:94:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(num>9||num<0)continue;bas[top].a[5][2]=num;
^~~
/in/foo.cc: In function 'void f5()':
/in/foo.cc:127:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(num>9||num<0)continue;bas[top].a[3][2]=num;
^~
/in/foo.cc:127:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(num>9||num<0)continue;bas[top].a[3][2]=num;
^~~
/in/foo.cc: In function 'void f4()':
/in/foo.cc:146:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(num>9||num<0)continue ;bas[top].a[4][2]=num;
^~
/in/foo.cc:146:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(num>9||num<0)continue ;bas[top].a[4][2]=num;
^~~
/in/foo.cc: In function 'void f3()':
/in/foo.cc:159:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(num>9||num<0)continue ;bas[top].a[2][3]=num;
^~
/in/foo.cc:159:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(num>9||num<0)continue ;bas[top].a[2][3]=num;
^~~