On Mon, Mar 10, 2014 at 1:06 PM, Michele Pradella <
michele.prade...@selea.com> 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
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to