[Csnd-dev] Code error?
John ff <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
There is a posu=ible problem. intentation is ni=ot in kine with C
knguge
[ 73%] Building C object CMakeFiles/csound64.dir/Opcodes/repluck.c.o
/home/jpff/cs7/cs77/Opcodes/newfils.c: In function ‘vcfnl_init’:
/home/jpff/cs7/cs77/Opcodes/newfils.c:2408:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(*p->istor == 0)
^~
/home/jpff/cs7/cs77/Opcodes/newfils.c:2410:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
tab = csound->QueryGlobalVariable(csound, "::TANH::");
==John ffitch