Hi, I get a lot of warning messages complaining about implicit conversion loses when compiling on the iMac.
Is this a known issue? May I safely ignore the warning messages, as such things always worry me? Looking at the code, it routinely implicitly casts unsigned integers to integers and this may be due to the standard C header files included with Mac OSX. For example, there is a line as such: rc = write(fd, "S", 1); where rc is an int and write() returns a ssize_t. Is the LLVM Clang compiler supported by the authors of Sqlite3? Thanks. Matt Davies _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users