We don't control the generated code here, so there often isn't anything we can do about these warnings. They'll still show when -Werror is off so they aren't completely silenced.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I wouldn't be opposed to completely disabling (a particular chosen set of warnings) for that file, regardless of whether we do -Werror or not.
Comment Actions
Yes but it's a little bit annoying to track down every single one we get in this file with all the different compilers. Since we can't really control the generated code, there's not much we can do. Seems easier to just turn them off.