We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b75df commit ef594f6Copy full SHA for ef594f6
framework/CMakeLists.txt
@@ -86,7 +86,7 @@ STREAM_INSTALL_HEADERS(nx ${nx_hdrs})
86
87
if(MSVC)
88
set(stream_defs -DSTREAM_WINDOWS)
89
- set(stream_opts /wd4514 /wd4002 /wd4711)
+ set(stream_opts /wd4514 /wd4002 /wd4711 /wd4710)
90
elseif(APPLE)
91
set(stream_defs -DSTREAM_APPLE)
92
endif()
0 commit comments