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 e96e67d commit f962204Copy full SHA for f962204
graalpython/com.oracle.graal.python.cext/CMakeLists.txt
@@ -313,7 +313,7 @@ set(TESTCAPI_SRC
313
314
native_module("_testcapi" FALSE "${TESTCAPI_SRC}")
315
if(WIN32)
316
- target_compile_options("_testcapi" PRIVATE /wd4296)
+ target_compile_options("_testcapi" PRIVATE /wd4296 /wd4130)
317
endif()
318
simple_native_module("_testbuffer")
319
0 commit comments