On 26 Jun 2016, at 3:30am, Igor Korot <ikoro...@gmail.com> wrote:

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

You should not be getting numerous warnings.  One or two, maybe.

Make sure that Xcode knows that your .c file is C and not C++.  This is a big 
problem with Xcode for some reason.  It should know the difference between a .c 
and .cpp file but sometimes does not.  Check the build properties of the file 
inside Xcode.

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

Reply via email to