Re: Warnings from unity

2023-06-21 Thread James Browning via devel
On Jun 21, 2023, 12:54, Hal Murray via devel wrote:> That usually means there is no "default:" case in a switch. OK, but where did the unity code come from and/or have we cloned it or are we tracking what they do?  Or ...I think it occasionally gets updated from GitHub [1].[1] https://github.

Re: Warnings from unity

2023-06-21 Thread Hal Murray via devel
> That usually means there is no "default:" case in a switch. OK, but where did the unity code come from and/or have we cloned it or are we tracking what they do? Or ... -- These are my opinions. I hate spam. ___ devel mailing list devel@ntpsec.o

Re: Warnings from unity

2023-06-20 Thread Gary E. Miller via devel
Yo Hal! On Tue, 20 Jun 2023 12:57:40 -0700 Hal Murray via devel wrote: > Is anybdy familiar with this area? > Is this something I did? Or are others seeing the same problem? > (I might have turned on some more-warnings flag, but I don't think > so.) > > ../../tests/unity/unity.c:984:5: warning

Warnings from unity

2023-06-20 Thread Hal Murray via devel
Is anybdy familiar with this area? Is this something I did? Or are others seeing the same problem? (I might have turned on some more-warnings flag, but I don't think so.) ../../tests/unity/unity.c:984:5: warning: enumeration value \u2018UNITY_FLOAT_INVALID_TRAIT\u2019 not handled in switch [-W