Hello Gunnar,

You can use this pragma to disable the warnings that don't actually
mean anything.

#pragma warning (disable: 4786 4666 4100 4786 4146)

I debug/develop using VC2005 and release using VC6.

C


Monday, November 13, 2006, 9:43:02 AM, you wrote:

GR> Hello,
GR> i want to use sqlite3 in a sub-project at work.
GR> when compiling with warning level 4 with vc6 ( internal philosophy ) , i
GR> get over 480 warnings. With warning level 3 there are still 119 left.
GR> This leads to problems to convince the project lead of the quality of
GR> sqlite3 ( which i do not doubt, as i have used it for my private project
GR> since some years).
GR> Is there any chance this warnings will be fixed sometime in the future?
GR> How are others dealing with this problem at work?

GR> regards,
GR> gunnar



GR> 
-----------------------------------------------------------------------------
GR> To unsubscribe, send email to [EMAIL PROTECTED]
GR> 
-----------------------------------------------------------------------------




-- 
Best regards,
 Teg                            mailto:[EMAIL PROTECTED]


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to