When I build my project, I get warnings saying "unused struct ..." and "unused struct field ... (never read)" for every single struct and struct field that I have, even though I am using everything.
Is there a way to disable the warnings or hide them?
When I build my project, I get warnings saying "unused struct ..." and "unused struct field ... (never read)" for every single struct and struct field that I have, even though I am using everything.
Is there a way to disable the warnings or hide them?