Skip to content

Commit 975e8e3

Browse files
committed
Ignore even more warnings in the tests
1 parent bc6611f commit 975e8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ endif()
7777
set (PROJECT_LIBS )
7878
if (WIN32)
7979
list(APPEND PROJECT_LIBS Kernel32)
80-
add_definitions("/wd4244 /wd4267 /wd4800 /wd4996")
80+
add_definitions("/wd4244 /wd4267 /wd4800 /wd4996 /wd4305 /wd4146")
8181
endif()
8282

8383
function(halide_project name folder)

0 commit comments

Comments
 (0)