When attempting to build sqlite3 on Solaris 11 with the following compile line :

/opt/SUNWspro/sunstudio12.1/bin/cc -O -xspace -Xa -xildoff -errtags=yes 
-errwarn=%all -erroff=E_STATEMENT_NOT_REACHED -c -o objs/sqlite3.o 
../src/sqlite3.c

I get the following warning :

"../src/sqlite3.c", line 21547: conversion to double is out of range 
(E_CONV_TO_DOUBLE_OUT_OF_RANGE)
cc: acomp failed for ../src/sqlite3.c

I agree this is simply a warning but, I'm concerned if there could be a 
potential problem due to this warning.

Thanks,


Sean



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to