| 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++) {
> ^~~
|