We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362286a commit cb436c3Copy full SHA for cb436c3
compat/msvc.h
@@ -6,6 +6,10 @@
6
#include <malloc.h>
7
#include <io.h>
8
9
+#pragma warning(disable: 4018) /* signed/unsigned comparison */
10
+#pragma warning(disable: 4244) /* type conversion, possible loss of data */
11
+#pragma warning(disable: 4090) /* 'function' : different 'const' qualifiers (ALLOC_GROW etc.)*/
12
+
13
/* porting function */
14
#define inline __inline
15
#define __inline__ __inline
0 commit comments