Re: [Emc-developers] clang warnings

2022-02-21 Thread andy pugh
On Mon, 21 Feb 2022 at 07:05, Andy Howell wrote: > My guess is that speed_override was once a single bool, and later > changed to array to support multiple spindles. Yes, that is exactly what happened, and it looks like I definitely messed that particular part up. It probably needs to be: i

Re: [Emc-developers] clang warnings

2022-02-20 Thread Andy Howell
On 2/20/22 20:44, Alec Ari via Emc-developers wrote: I would submit pull requests on Github. Basically, fork LinuxCNC, make a commit to your fork, then there's a button for make pull request: https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github Adding Clang

Re: [Emc-developers] clang warnings

2022-02-20 Thread Alec Ari via Emc-developers
I would submit pull requests on Github. Basically, fork LinuxCNC, make a commit to your fork, then there's a button for make pull request: https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github Adding Clang support in LinuxCNC may be a way to detect previously un