On 23 April 2012 13:04, Frank Chang <frank_chan...@hotmail.com> wrote:
>
>
>       Good morning, We are trying to compile  the latest SQLITE 3.7.11 
> release but we keep getting the Windows Visual Studio 8 warning message: ---- 
> warning C4232: nonstandard extension used : 'pCurrent' : address of dllimport 
> 'AreFileApisANSI' is not static, identity not guaranteed showm below.
>       Is it possible to preclude and understand the meaning of this warning 
> message? Thank you.
>
> e:\users\frank\dqt_memorymap\sqlite\sqlite3.c(32329) : warning C4232: 
> nonstandard extension used : 'pCurrent' : address of dllimport 
> 'AreFileApisANSI' is not static, identity not guaranteed

A quick google shows http://msdn.microsoft.com/en-us/library/9a1sy630.aspx

Would using /Ze instead of /Za do what you want?

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

Reply via email to