Perfect icon indicating copy to clipboard operation
Perfect copied to clipboard

Deprecated readdir_r

Open crspybits opened this issue 6 years ago • 0 comments

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

crspybits avatar Jun 10 '19 04:06 crspybits