Hi, ALL,
I am wondering what is the current policy on the compilation
warning for the SQLite?

The reason being - I'm trying to incorporate SQLite into my software.
The software will be cross-platform.

On both Windows and Linux, I don't see any issues.
However, trying to compile on Mac I have a lot of warnings coming
from the SQLite source code itself.

The project is pure C++ and I am using Xcode to compile and test
it.

I am not very familiar with Mac development and even less with Xcode.
I know with MSVC you can set the compiler to either C or C++.
Is there an option to do the same in Xcode?

If not I can post the compilation log for just sqlite source code.

ATM I'm using OSX 10.8 with Xcode 5.1.1. compiling everything for C++11
and libc++.

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

Reply via email to