Re: Nate Bargmann
> ../../tlf/src/cqww_simulator.c:155:15: warning: adding 'int' to a string does 
> not append to the string [-Wstring-plus-int]
>                                     "+++" + 3 - slow);
>                                     ~~~~~~^~~
> ../../tlf/src/cqww_simulator.c:155:15: note: use array indexing to silence 
> this warning
> 
> I'm going to be puzzling that one out for a bit.

As it says, use array indexing: "+++"[3 - slow]

Christoph

Reply via email to