luxe / unilang

A universal programming language
MIT License
33 stars 13 forks source link

fix all build warnings. then make warnings errors to prevent noise in the future. #381

Closed luxe closed 5 years ago

luxe commented 5 years ago

actually i dont think i want compiler warnings to be errors yet. it can slow me down with simple things like unused variables... and it has other issues if using 3rd pary libs. I would have to patch them immediately. but all the warnings are gone as of now. :+1: