TinyVG / sdk

TinyVG software development kit
https://tinyvg.tech/
MIT License
269 stars 15 forks source link

remove unneeded discard #10

Closed david-vanderson closed 2 years ago

david-vanderson commented 2 years ago

Recent zig versions give this new compiler error:

svg.zig:197:25: error: pointless discard of capture

So removed that discard.

ikskuh commented 2 years ago

Thanks! I need to update TinyVG to latest master anyways, so i'll do the rest of the fixes soon