-
Notifications
You must be signed in to change notification settings - Fork 77
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
Fixing developer build on clang >=15 #164
Conversation
…ow warning from Clang. See <#163 (comment)>.
These warnings break the WebAssembly (#175) build as well since that also uses a newer version of clang. |
I can confirm that this branch is required for clang-15 and clang-16 and clang-17. Can be checked with e.g. |
This branch is required by #145 . See https://github.com/Ravenbrook/mps/pull/145/checks?check_run_id=11847545950 . |
@waywardmonkeys says in keybase://chat/rptb1,bmitchener/530 :
|
…ith debugger and suppress warnings. This is a better expression of intention.
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.
Executing proc.review.check
- Start time 11:12
- Checked compilation with clang-15 with
make -C code -f lii6ll.gmk CC=clang-15 VARIETY=hot clean testci
. All passed.
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.
I have reviewed the changed files in the context of Issue #163 and am satisfied that the changes are correct.
There would not have been time to review the whole files in an express review.
No defects found.
Executing proc.review.express
|
Executing proc.merge.pull-request
|
Fixes #163 .