Skip to content

Commit 7bba19e

Browse files
committed
Add comment
1 parent 785e32e commit 7bba19e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tommath_private.h

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ extern void MP_FREE(void *mem, size_t size);
142142

143143
/* feature detection macro */
144144
#ifdef _MSC_VER
145+
/* Prevent false positive: not enough arguments for function-like macro invocation */
145146
#pragma warning(disable: 4003)
146147
#endif
147148
#define MP_STRINGIZE(x) MP__STRINGIZE(x)

0 commit comments

Comments
 (0)