sqlite_modern_cpp
sqlite_modern_cpp copied to clipboard
static cast the returned SQLite value from double to float
I am getting this warning in MSVC "warning C4244: 'return': conversion from 'double' to 'float', possible loss of data"
I guess static casting the returned result will be safe here