Skip to content

Commit

Permalink
Making sure that we can build our LLVMClang package on Windows (#1306).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jun 7, 2017
1 parent eae8101 commit fabf573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/LLVMClang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ELSE()
# Ignore some warnings

IF(WIN32)
SET(PACKAGE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4251 /wd4275")
SET(PACKAGE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4251 /wd4275 /wd4530")
ENDIF()

# Build LLVM+Clang as an external project
Expand Down

0 comments on commit fabf573

Please sign in to comment.