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 e1bdb69 commit 7f612e1Copy full SHA for 7f612e1
samples/proxy/CMakeLists.txt
@@ -20,6 +20,11 @@ target_link_libraries(server PRIVATE
20
star_wars
21
graphqljson)
22
23
+if(MSVC)
24
+ target_compile_options(client PRIVATE "-wd4702")
25
+ target_compile_options(server PRIVATE "-wd4702")
26
+endif()
27
+
28
if(WIN32 AND BUILD_SHARED_LIBS)
29
add_custom_command(OUTPUT copied_sample_dlls
30
COMMAND ${CMAKE_COMMAND} -E copy_if_different
0 commit comments