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

Fix comments and add another disabled warning for MSVC.

FossilOrigin-Name: 43b6b4cc051e5a801a992c56d2c82abcdcf45cec
This commit is contained in:
mistachkin
2015-01-12 18:27:31 +00:00
parent 2318d3387d
commit c50428fa06
3 changed files with 9 additions and 12 deletions

View File

@@ -10,7 +10,7 @@
**
******************************************************************************
**
** This file contains code that is specific to Windows.
** This file contains code that is specific to MSVC.
*/
#ifndef _MSVC_H_
#define _MSVC_H_
@@ -21,7 +21,7 @@
#pragma warning(disable : 4232)
#pragma warning(disable : 4244)
/* #pragma warning(disable : 4701) */
/* #pragma warning(disable : 4706) */
#pragma warning(disable : 4706)
#endif
#endif /* _MSVC_H_ */