Skip to content

Commit

Permalink
Remove warning in conversions.h
Browse files Browse the repository at this point in the history
Fixes #6092
  • Loading branch information
mvieth committed Aug 18, 2024
1 parent 3314a89 commit 4885cf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/include/pcl/conversions.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ namespace pcl
// check if there is data to copy
if (msg.width * msg.height == 0)
{
PCL_WARN("[pcl::fromPCLPointCloud2] No data to copy.\n");
return;
}

Expand Down

0 comments on commit 4885cf7

Please sign in to comment.