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 7b57844 commit 395e0f2Copy full SHA for 395e0f2
src/yyjson.c
@@ -46,6 +46,7 @@
46
# pragma warning(disable:4101) /* unreferenced variable */
47
# pragma warning(disable:4102) /* unreferenced label */
48
# pragma warning(disable:4127) /* conditional expression is constant */
49
+# pragma warning(disable:4702) /* unreachable code */
50
# pragma warning(disable:4706) /* assignment within conditional expression */
51
#endif
52
@@ -342,8 +343,6 @@ uint32_t yyjson_version(void) {
342
343
#define YYJSON_READER_DEPTH_LIMIT 0
344
345
-
346
347
/*==============================================================================
348
* MARK: - Macros (Private)
349
*============================================================================*/
0 commit comments