Virtual inheritance prototype for select

This commit is contained in:
Thomas Krijnen
2021-09-06 18:52:37 +02:00
parent 66faea1285
commit 41f2b11234
25 changed files with 8202 additions and 8158 deletions
+5
View File
@@ -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)