Add comment
This commit is contained in:
parent
785e32eb9c
commit
7bba19e044
@ -142,6 +142,7 @@ extern void MP_FREE(void *mem, size_t size);
|
||||
|
||||
/* feature detection macro */
|
||||
#ifdef _MSC_VER
|
||||
/* Prevent false positive: not enough arguments for function-like macro invocation */
|
||||
#pragma warning(disable: 4003)
|
||||
#endif
|
||||
#define MP_STRINGIZE(x) MP__STRINGIZE(x)
|
||||
|
Loading…
Reference in New Issue
Block a user