vlang / ui

A cross-platform UI library written in V
MIT License
2.32k stars 154 forks source link

Fix warnings in the library #461

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello I am new to V but noticed a lot of the warnings could be removed by just doing voidptr(0) rather than just 0 If this is wrong tell my why