Skip to content

Commit ef594f6

Browse files
committed
Suppress more warnings
1 parent 59b75df commit ef594f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ STREAM_INSTALL_HEADERS(nx ${nx_hdrs})
8686

8787
if(MSVC)
8888
set(stream_defs -DSTREAM_WINDOWS)
89-
set(stream_opts /wd4514 /wd4002 /wd4711)
89+
set(stream_opts /wd4514 /wd4002 /wd4711 /wd4710)
9090
elseif(APPLE)
9191
set(stream_defs -DSTREAM_APPLE)
9292
endif()

0 commit comments

Comments
 (0)