-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
effort: mediumRough estimate of time needed to fix/implement/solveRough estimate of time needed to fix/implement/solvekind: todoType of issueType of issuemodule: featuresskill: meta-programmingSkills/areas of expertise needed to tackle the issueSkills/areas of expertise needed to tackle the issue
Description
Lines 159, 190 in file features/include/pcl/features/impl/integral_image2D.hpp
:
memset (previous_row, 0, sizeof (ElementType) * (width_ + 1)); |
memset (so_previous_row, 0, sizeof (SecondOrderType) * (width_ + 1)); |
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
Metadata
Metadata
Assignees
Labels
effort: mediumRough estimate of time needed to fix/implement/solveRough estimate of time needed to fix/implement/solvekind: todoType of issueType of issuemodule: featuresskill: meta-programmingSkills/areas of expertise needed to tackle the issueSkills/areas of expertise needed to tackle the issue