Closed UnixY2K closed 1 year ago
fixed several warnings that come from #406, most of the warnings are not harmful but it is better to fix them
#pragma message
SQLiteCppExport.h
SQLITECPP_API
this should fix #412
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!
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
#pragma message
insideSQLiteCppExport.h
as it showed as a warningSQLITECPP_API
inside cpp files as it will be ignored and show a warning insteadthis should fix #412