Blender Git Commit Log
Git Commits -> Revision af824b0
Revision af824b0 by Ray molenkamp (master) February 17, 2021, 19:23 (GMT) |
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 |
Commit Details:
Full Hash: af824b09c7b3eb4c70dccf116ee0e3790466a352
Parent Commit: f29a1d8
Lines Changed: +8, -0
1 Modified Path:
/extern/mantaflow/CMakeLists.txt (+8, -0) (Diff)