Skip to content

Commit f962204

Browse files
committed
ignore another warning on windows
1 parent e96e67d commit f962204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.cext/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ set(TESTCAPI_SRC
313313

314314
native_module("_testcapi" FALSE "${TESTCAPI_SRC}")
315315
if(WIN32)
316-
target_compile_options("_testcapi" PRIVATE /wd4296)
316+
target_compile_options("_testcapi" PRIVATE /wd4296 /wd4130)
317317
endif()
318318
simple_native_module("_testbuffer")
319319
if(WIN32)

0 commit comments

Comments
 (0)