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:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user