SQLite Forum

Warning compiling on Solaris
Login

Warning compiling on Solaris

(1) By oneeyeman on 2020-10-20 21:31:01 [source]

Hi, ALL, I tried to compile the 3.24.0 on Oracle Solaris with Solaris Studio native compiler (not gcc).

I got 2 warnings:

line 29907: conversion to double is out of range line 52491: statement not reached

Just want to make people here aware of those 2.

Also, the number of warnings is small comparing to OSX Xcode compilation. ;-)

I'm not sure how the SQLite for Solaris is compiled (gcc or cc, what options).

Thank you.