Page MenuHome
Paste P2943

MSVC 2019 build warnings due to lineart_cpp_bridge.cc and tbb/parallel_sort.h
ActivePublic

Authored by Evan Wilson (EAW) on May 13 2022, 7:17 AM.
[1896/2723] Building CXX object source\blender\gpencil_mod...cil_modifiers.dir\intern\lineart\lineart_cpp_bridge.cc.obj
C:\blender-git\lib\win64_vc15\tbb\include\tbb/parallel_sort.h(125): warning C4180: qualifier applied to function type has no meaning; ignored
C:\blender-git\lib\win64_vc15\tbb\include\tbb/parallel_sort.h(176): note: see reference to class template instantiation 'tbb::interface9::internal::quick_sort_pretest_body<RandomAccessIterator,Compare>' being compiled
with
[
RandomAccessIterator=LineartAdjacentEdge *,
Compare=bool (const LineartAdjacentEdge &,const LineartAdjacentEdge &)
]
C:\blender-git\lib\win64_vc15\tbb\include\tbb/parallel_sort.h(216): note: see reference to function template instantiation 'void tbb::interface9::internal::parallel_quick_sort<RandomAccessIterator,Compare>(RandomAccessIterator,RandomAccessIterator,Compare (__cdecl &))' being compiled
with
[
RandomAccessIterator=LineartAdjacentEdge *,
Compare=bool (const LineartAdjacentEdge &,const LineartAdjacentEdge &)
]
C:\blender-git\blender\source\blender\gpencil_modifiers\intern\lineart\lineart_cpp_bridge.cc(24): note: see reference to function template instantiation 'void tbb::parallel_sort<LineartAdjacentEdge*,bool(const LineartAdjacentEdge &,const LineartAdjacentEdge &)>(RandomAccessIterator,RandomAccessIterator,Compare (__cdecl &))' being compiled
with
[
RandomAccessIterator=LineartAdjacentEdge *,
Compare=bool (const LineartAdjacentEdge &,const LineartAdjacentEdge &)
]
C:\blender-git\lib\win64_vc15\tbb\include\tbb/parallel_sort.h(128): warning C4180: qualifier applied to function type has no meaning; ignored
C:\blender-git\lib\win64_vc15\tbb\include\tbb/parallel_sort.h(128): warning C4180: qualifier applied to function type has no meaning; ignored
C:\blender-git\lib\win64_vc15\tbb\include\tbb/parallel_sort.h(102): warning C4180: qualifier applied to function type has no meaning; ignored
C:\blender-git\lib\win64_vc15\tbb\include\tbb/parallel_sort.h(183): note: see reference to class template instantiation 'tbb::interface9::internal::quick_sort_range<RandomAccessIterator,Compare>' being compiled
with
[
RandomAccessIterator=LineartAdjacentEdge *,
Compare=bool (const LineartAdjacentEdge &,const LineartAdjacentEdge &)
]
C:\blender-git\lib\win64_vc15\tbb\include\tbb/parallel_sort.h(106): warning C4180: qualifier applied to function type has no meaning; ignored
C:\blender-git\lib\win64_vc15\tbb\include\tbb/parallel_sort.h(106): warning C4180: qualifier applied to function type has no meaning; ignored

Event Timeline