On Mon, Mar 10, 2014 at 1:06 PM, Michele Pradella <
[email protected]> wrote:

> Compiling on Windows 32bit VS2010
> Line 73595
> static const int iLn = __LINE__+4;
> give an error: "error C2099: initializer is not a constant"
>

This is a case of VS2010 not conforming to the C89 standard.  Disable "Edit
and Continue" to work around the problem.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to