Skip to content

Commit

Permalink
Disabled WX test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Aug 6, 2020
1 parent 69e7dc8 commit e6f7f2d
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ if(UNIX)
PLUGIN_API)
endif()
else()
ie_headers_compilation_with_custom_flags(TEST_SUFFIX PluginApiWindowsAreErrors
HEADERS_TO_SKIP "generic_ie.hpp"
FLAGS "/we4996 /W4 /WX"
PLUGIN_API)
# TODO: enable
# ie_headers_compilation_with_custom_flags(TEST_SUFFIX PluginApiWindowsAreErrors
# HEADERS_TO_SKIP "generic_ie.hpp"
# FLAGS "/we4996 /W4 /WX"
# PLUGIN_API)
endif()

0 comments on commit e6f7f2d

Please sign in to comment.