[Csnd-dev] and again
John ff <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
==John ffitch
/home/jpff/cs7/cs77/OOps/aops.c: In function ‘outRange’:
/home/jpff/cs7/cs77/OOps/aops.c:2187:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (j = 0; j < narg; j++)
^~~
/home/jpff/cs7/cs77/OOps/aops.c:2190:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
for (i=0; i < narg; i++) {
^~~