Uh oh!
There was an error while loading. Please reload this page.
[mono] Fix warnings on OSX, re-enable -Werror on CI with CMake - #44747
Conversation
ghost
commented
Nov 16, 2020
Tagging subscribers to this area: @CoffeeFlux DetailsIssue Details
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
fae910c to
6a90ad6CompareCoffeeFlux
commented
Nov 20, 2020
Blocked on remaining eventpipe warnings. |
lateralusX
commented
Nov 20, 2020
eventpipe warnings and osx build should be fixed. |
lateralusX
commented
Nov 24, 2020
@CoffeeFlux Any plan on resolving the last wasm issue? I will probably need the eventpipe change for another PR during the week. |
desc here is based on the pointer size of the target, whereas void* is based on the host
This got lost in the CMake transition
Co-authored-by: Aleksey Kliger (λgeek) <akliger@gmail.com>
Co-authored-by: Aleksey Kliger (λgeek) <akliger@gmail.com>
Co-authored-by: Aleksey Kliger (λgeek) <akliger@gmail.com>
This reverts commit 04f56efcb8e9d33dca12f831f9c05591c649678c.
b71ad9c to
9a46919CompareCoffeeFlux
commented
Nov 25, 2020
I'll handle wasm separately. The remaining issue looks weird and I don't have time to investigate right now. |
CoffeeFlux
commented
Nov 26, 2020
It looks like none of the failures are build-related other than Android, which is hung rather than erroring. |
Some warnings snuck in after we lost this in the CMake transition. Contributes to #41357