/in/foo.cc: In member function 'void hashTable::display(int)':
/in/foo.cc:30:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
#define REP(i, n) for (int i=0;i<n;++i)
^
/in/foo.cc:531:9: note: in expansion of macro 'REP'
REP(i, m+1) cout << b[i] << " "; cout <<endl;
^~~
/in/foo.cc:531:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
REP(i, m+1) cout << b[i] << " "; cout <<endl;
^~~~
/in/foo.cc: In function 'void match()':
/in/foo.cc:30:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
#define REP(i, n) for (int i=0;i<n;++i)
^
/in/foo.cc:578:13: note: in expansion of macro 'REP'
REP(i, m+1) b[i] = bb[i]; lt = _lt; up = _up;
^~~
/in/foo.cc:578:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
REP(i, m+1) b[i] = bb[i]; lt = _lt; up = _up;
^~
/in/foo.cc:30:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
#define REP(i, n) for (int i=0;i<n;++i)
^
/in/foo.cc:587:13: note: in expansion of macro 'REP'
REP(i, m+1) b[i] = bb[i]; lt = _lt; up = _up;
^~~
/in/foo.cc:587:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
REP(i, m+1) b[i] = bb[i]; lt = _lt; up = _up;
^~