-
Notifications
You must be signed in to change notification settings - Fork 232
Make all linker warnings errors in CI #667
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: master
Are you sure you want to change the base?
Conversation
Failure notes:
|
For MSVC it's |
Does it ignore unrecognized link args? |
I mean...
|
Oh, unrecognized linker args are warnings by default rather than errors? I was just expecting it to complain like the other targets that don't support |
feffc82
to
fec26ac
Compare
fec26ac
to
902278b
Compare
Give us a better chance of detecting any kind of link issues or user-visible warnings in advance.
902278b
to
0b8c696
Compare
The wasm issue is rust-lang/rust#132802, I still haven't updated the Windows flags. |
Give us a better chance of detecting any kind of link issues or user-visible warnings in advance.
Inspired by #665 (comment)