Csound Csound-dev Csound-tekno Search About

[Csnd-dev] and again

Date2024-04-14 15:11
FromJohn ff
Subject[Csnd-dev] and again
==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++) {
     ^~~

Date2024-04-14 15:47
FromVictor Lazzarini
SubjectRe: [Csnd-dev] [EXTERNAL] [Csnd-dev] and again
Code is ok as far as I can see
Prof. Victor Lazzarini
Maynooth University
Ireland

> On 14 Apr 2024, at 15:11, John ff  wrote:
> 
> *Warning*
> 
> This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
> 
> ==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++) {
>     ^~~