You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove -Wno-unused-function -Wno-tautological-compare -Wno-unused-value for clrjit projects (#128271)
We currently define the followings for the entire native code:
- [ ] add_compile_options(-Wno-unused-variable)
- [x] add_compile_options(-Wno-unused-value)
- [x] add_compile_options(-Wno-unused-function)
- [x] add_compile_options(-Wno-tautological-compare)
- [ ] add_compile_options(-Wno-unknown-pragmas)
my initial attempt to remove them all led to a very big diff so I
decided to focus on JIT first.
---------
Co-authored-by: EgorBo <egorbo@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
0 commit comments