Open
Description
Lines 159, 190 in file features/include/pcl/features/impl/integral_image2D.hpp
:
memset
is being called upon ElementType
and SecondOrderType
which are template parameter. As such I don't see a way out of the warning, unless we are guaranteed that types have data
field if it has no trivial copy-assignment