mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-29 13:01:14 +03:00
example: silence MSVS 2013 C4127 warnings (#828)
This commit is contained in:
@ -42,6 +42,10 @@
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1900
|
||||
#pragma warning(disable:4127)
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#define __FILESIZE "I64u"
|
||||
#else
|
||||
|
Reference in New Issue
Block a user