SRombauts / SQLiteCpp

SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
http://srombauts.github.io/SQLiteCpp
MIT License
2.22k stars 510 forks source link

Fix compiler warnings #413

Closed UnixY2K closed 1 year ago

UnixY2K commented 1 year ago

Fix several compiler warnings

fixed several warnings that come from #406, most of the warnings are not harmful but it is better to fix them

this should fix #412

SRombauts commented 1 year ago

Hey @ninjaoflight, for some reason I was certain I had already merged this one. I am sorry, and thank you again for all your work!