/in/foo.cc: In member function 'void Seqlist::Searcha()':
/in/foo.cc:57:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (a[i] < min)
^~
/in/foo.cc:59:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
x = i;
^
/in/foo.cc: In member function 'void Seqlist::Searchb()':
/in/foo.cc:69:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (a[i] < min)
^~
/in/foo.cc:71:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
y= i;
^