mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
Virtual inheritance prototype for select
This commit is contained in:
@@ -489,6 +489,11 @@ if(ENABLE_BUILD_OPTIMIZATIONS)
|
||||
endif()
|
||||
|
||||
IF(MSVC)
|
||||
# warning due to virtual inheritance
|
||||
ADD_DEFINITIONS(-wd4250)
|
||||
# warning due to select definitions in the schema being redundant
|
||||
ADD_DEFINITIONS(-wd4584)
|
||||
|
||||
# didn't work well on ifcopenbot, @todo make configurable
|
||||
# add_definitions(/MP)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user