The first warning is harmless and results from a prior datatype change. Dan has already fixed that one. The other four appear to be due to an MSVC compiler bug, since every (i64%int) operation will always yield a value that can fit in an int, no?
Ok, thank for this comment. Of course, you are right, although I wouldn't call it a compiler bug. The (i64%int) operation, gives an int result, but allocated into an i64 value, so this is why the compiler reports the warning. But thanks, it is obvious now, that these warnings can be ignored. Alex
_______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users <http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users>
_______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users