tom-seddon/b2

Lots of libuv warnings with Xcode 14.2

Closed this issue · 1 comments

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?

Fixed by 6609c0e