On Wed, Jul 24, 2024 at 06:03:10PM -0000, Emanuel Lima wrote:
> It's kata-containers. It works from 1.75 to 1.78 but not with 1.79.
> 
> I opened an issue upstream:
> https://github.com/kata-containers/kata-containers/issues/10067

For what it's worth, this isn't really a true issue. It looks like
something in the build system is flipping warnings into hard errors
(note the bit about dead-code in the error message). All that's
happening here is a lint is upset that there's a field that isn't being
read.

To fix it you could potentially override the warning-to-error, or you
could patch out the unread field.

Is Fedora and/or the spec file setting -D warnings? Or is upstream
setting that somewhere?
-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to