Deprecated readdir_r
crspybits opened this issue · 0 comments
crspybits commented
I am switching over to Swift 5.0.1 and Ubuntu 18.04 and now when I build Perfect, I get a warning:
/.build/checkouts/Perfect/Sources/PerfectLib/Dir.swift:129:16: warning: 'readdir_r' is deprecated
return readdir_r(d, &dirEnt, endPtr)
See also https://www.gnu.org/software/libc/manual/html_node/Reading_002fClosing-Directory.html