@SleveMcDichael@programming.dev
Post #3770566
2026-07-12 22:25 UTC
Honestly, same. I initially dismissed Zig due to their insistence on making unused variables an error even in debug builds but if they keep this up I may have to just Get Over It.
Replies (1)
-
@KSPAtlas@sopuli.xyz 2026-07-13 10:11
You can easily get rid of an unused variable error with a _ = var; statement (just make sure to remove them when you’re done)