On Fri, Jan 23, 2026 at 6:52 PM Deborah Brouwer
<[email protected]> wrote:
>
> Currently the rust compiler warns that certain fields in the TyrDriver are
> 'never read'. The fields are needed, but they are not read directly, they
> are only written into an 'impl PinInit' that is returned by probe.
>
> When warnings are compiled as errors, these warnings prevent Tyr from
> building.
>
> Suppress the warnings by adding underscores to the problematic variables.
> This allows Tyr to build again.
>
> Signed-off-by: Deborah Brouwer <[email protected]>

In the future, please add the error message to the commit (it helps
for matching it later).

Thanks!

Cheers,
Miguel

Reply via email to