-
Notifications
You must be signed in to change notification settings - Fork 554
[Runtime] Enable the -Wsign-conversion on monotouch-debug files. #7459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Runtime] Enable the -Wsign-conversion on monotouch-debug files. #7459
Conversation
Enable the flag that was disabled via pragmas and fix warnings. Continuation of PR: dotnet#7405
|
Build failure Test results1 tests failed, 86 tests passed.Failed tests
|
dalexsoto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did not know about ssize_t 👍
|
Build failure |
|
Build failure Test results2 tests failed, 85 tests passed.Failed tests
|
Co-Authored-By: Rolf Bjarne Kvinge <rolf@xamarin.com>
|
Known issues: https://github.com/xamarin/maccore/issues/581 |
Enable the flag that was disabled via pragmas and fix warnings.
Continuation of PR: #7405