Joe,

On Fri, Nov 2, 2012 at 5:32 PM, Joe Mistachkin <sql...@mistachkin.com> wrote:
>
> Igor Korot wrote:
>>
>> Warning Level: /W4
>> Trying to compile it in the debug mode with WIN32, UNICODE,
>> Multi-threaded Debug DLL (/MDd).
>>
>
> The /W4 option produces a lot of compiler warnings, mostly related to
> perceived
> 64-bit portability issues.  These warnings are harmless and can be safely
> ignored.
>
> Also, it is possible to adjust the warning level for a single source code
> file
> within a project using Visual Studio.  In this case, the warning level for
> the
> "sqlite3.c" file should normally be set to /W3.

With /W3 all those warnings mentioned are gone,

Thank you.

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

Reply via email to