You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: