Skip to content

Commit

Permalink
disabled warning
Browse files Browse the repository at this point in the history
  • Loading branch information
svenwoop committed Mar 10, 2016
1 parent a1667c8 commit c43346f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/cmake/msvc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ SET(CMAKE_EXE_LINKER_FLAGS_DEBUG "${CMAKE_EXE_LINKER_FLAGS_DEBUG} /DEBUG")

SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /Qdiag-disable:11082 ") # warning #11082: locally defined symbol XXX imported
SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /IGNORE:4217") # locally defined symbol XXX imported in function YYY (happens as the ISPC API layer uses exported library functions)
SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /IGNORE:4044") # warning LNK4044: unrecognized option '/Qdiag-disable:11082'; ignored
SET(CMAKE_SHARED_LINKER_FLAGS_DEBUG "${CMAKE_SHARED_LINKER_FLAGS_DEBUG} /DEBUG")

# optionally use static runtime library
Expand Down

0 comments on commit c43346f

Please sign in to comment.