NiftySubs / niftysubs

MIT License
6 stars 4 forks source link

Remove all the compile warnings that are shown when the project is started #39

Closed sushantkumar23 closed 2 years ago

sushantkumar23 commented 2 years ago

Lot of warnings are currently shown when the Nifty Subs project is started. Work on fixing and removing them.

rishabhkeshan commented 2 years ago

Are we having compile warnings on the hosted website?

rishabhkeshan commented 2 years ago

Should only be on local history, that is just a linter warning and can be dealt at the end I believe

sushantkumar23 commented 2 years ago

Yes! But the compiled warning list is too long and there is a lot of unused code. This would reduce a lot of unnecessary imports and probably even improve the load time and create performance improvements.