Disable another VC++ warning.
This commit is contained in:
parent
87afbc5038
commit
0c99716572
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@
|
|||
#ifndef _WIN32_WCE
|
||||
#pragma warning(disable:4018) // signed/unsigned mismatch
|
||||
#pragma warning(disable:4244) // conversion from double to uchar
|
||||
#pragma warning(disable:4761) // integral size mismatch
|
||||
#define access(x,y) _access((x),(y))
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue