diff options
Diffstat (limited to 'third_party/sqlite')
-rw-r--r-- | third_party/sqlite/sqlite.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp index 62733df..c2cd656 100644 --- a/third_party/sqlite/sqlite.gyp +++ b/third_party/sqlite/sqlite.gyp @@ -194,6 +194,9 @@ 'preprocessed', ], }, + 'msvs_disabled_warnings': [ + 4018, 4244, + ], 'conditions': [ ['OS=="win"', { 'sources/': [['exclude', '_unix\\.cc?$']], |