Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2021-02-17 22:23:01 +0300
committerRay Molenkamp <github@lazydodo.com>2021-02-17 22:23:01 +0300
commitaf824b09c7b3eb4c70dccf116ee0e3790466a352 (patch)
treebd21246abb74843338856699bc759412c4cd52d0 /source/blender/editors/space_node/node_draw.cc
parentf29a1d87e8ba2ac06ba648ee0721e7029610aaa3 (diff)
MSVC: Suppress C4251 in OpenVDB/Mantaflow
All headers in the svn libraries should be building with /W0 however MSVC 16.8/16.9 has broken this functionality making OpenVDB emit lots of warnings. The breakage was reported [1] in august to MS but they still have not gotten around to addressing the issue. This change explicitly suppresses C4251 in the module that emitted these warnings. As the warning is useful in other parts of blender a localized approach is taken rather than a global suppression. [1] https://developercommunity.visualstudio.com/content/problem/1167590/bug.html
Diffstat (limited to 'source/blender/editors/space_node/node_draw.cc')
0 files changed, 0 insertions, 0 deletions