mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 15:19:21 +01:00
disable MSVC warnings
This commit is contained in:
@@ -19,6 +19,16 @@
|
||||
**
|
||||
** This amalgamation was generated on 2008-08-30 16:23:32 UTC.
|
||||
*/
|
||||
|
||||
/* +++ Added for Poco::Data::SQLite Windows build. */
|
||||
#if defined(_MSC_VER)
|
||||
#pragma warning(disable : 4018) /* conversion from 'double' to 'int', possible loss of data */
|
||||
#pragma warning(disable : 4244) /* signed/unsigned mismatch */
|
||||
#pragma warning(disable : 4996) /* was declared experimental */
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
/* --- Added for Poco::Data::SQLite Windows build. */
|
||||
|
||||
#define SQLITE_CORE 1
|
||||
#define SQLITE_AMALGAMATION 1
|
||||
#ifndef SQLITE_PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user