Commit 7bba19e044dab06bd0ab6310d67a64b1b841181a

nijtmans 2019-10-18T14:53:42

Add comment

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tommath_private.h b/tommath_private.h
index bc7d908..1a0096f 100644
--- a/tommath_private.h
+++ b/tommath_private.h
@@ -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)