kockie69 / SquinkyVCV-main

GNU General Public License v3.0
24 stars 13 forks source link

Fix build warnings #3

Closed RareBreeds closed 3 years ago

RareBreeds commented 3 years ago

Fixes the build warnings present on my Windows 10 msys2 build. Also fixed some additional ones I saw from issue #2 .

Only one was potentially an issue - loadSvg wasn't returning a value if an absolute path was specified. The others didn't seem bad, mainly unused variables.

kockie69 commented 3 years ago

Thanks for this, I merged it.