Lots of libuv warnings with Xcode 14.2
Closed this issue · 1 comments
tom-seddon commented
Looks like the xcodeproj has some warnings enabled that the ninja build doesn't! (Reproduced on libuv upstream current HEAD when getting cmake to generate xcodeproj rather than Makefile or njnia.)
Looks like the usual integer truncation stuff, hopefully benign if not fixed upstream. Just needs some -Wno
options adding to the libuv project?
tom-seddon commented
Fixed by 6609c0e