PointCloudLibrary / pcl

Point Cloud Library (PCL)
https://pointclouds.org/
Other
9.89k stars 4.61k forks source link

Remove deprecated readdir_r #6035

Closed cybaol closed 4 months ago

cybaol commented 4 months ago

readdir_r was deprecated in GNU glibc 2.23 and later and is replaced by readdir.