1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Get things compiling cleanly with MSVC and W4.

FossilOrigin-Name: c8725fa5fa361959b0f0a3fb36f204905d6f0ae9
This commit is contained in:
mistachkin
2015-01-12 18:52:41 +00:00
parent 1a51ce78ba
commit 7bb6e8e169
5 changed files with 14 additions and 13 deletions

View File

@@ -20,8 +20,7 @@
#pragma warning(disable : 4127)
#pragma warning(disable : 4232)
#pragma warning(disable : 4244)
/* #pragma warning(disable : 4701) */
#pragma warning(disable : 4706)
#endif
#endif /* defined(_MSC_VER) */
#endif /* _MSVC_H_ */