-
Notifications
You must be signed in to change notification settings - Fork 554
[Runtime] Update cflags and fix warnings accordingly. #7478
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] Update cflags and fix warnings accordingly. #7478
Conversation
Update flags: * Add -Werror so that warnings are errors. * Move to -Wconversion that adds: * -Wbitfield-enum-conversion * -Wbool-conversion * -Wconstant-conversion * -Wenum-conversion * -Wfloat-conversion * -Wimplicit-float-conversion * -Wimplicit-int-conversion * -Wint-conversion * -Wliteral-conversion * -Wnon-literal-null-conversion * -Wnull-conversion * -Wobjc-literal-conversion * -Wshorten-64-to-32 * -Wsign-conversion * -Wstring-conversion Last work related to: dotnet#7405
|
Build failure Test results32 tests failed, 58 tests passed.Failed tests
|
|
build |
|
Build failure Test results32 tests failed, 58 tests passed.Failed tests
|
|
That's bot 38 (first time) and 37 (2nd time) failing 32bits tests |
|
Build failure Test results1 tests failed, 89 tests passed.Failed tests
|
Update flags:
Last work related to: [Runtime] Enable the -Wsign-conversion warnings flag and fix some of the warnings. #7405