build: silence "inherits via dominance" warning
This commit is contained in:
parent
a75ad998e7
commit
fd32600c4d
|
|
@ -125,7 +125,7 @@ if (MSVC)
|
|||
add_definitions("/wd4264") # disable "conversion from 'size_t' to 'int', possible loss of data" warning
|
||||
add_definitions("/wd4267") # disable "conversion from 'size_t' to 'int', possible loss of data" warning
|
||||
add_definitions("/wd4305") # disable "truncation from 'double' to 'float'" warning
|
||||
|
||||
add_definitions("/wd4250") # disable "inherits via dominance' warning (used in trace_embree.cc)
|
||||
endif (MSVC)
|
||||
|
||||
# 10.9: minimum version that supports unordered_map
|
||||
|
|
|
|||
Loading…
Reference in New Issue