-
Notifications
You must be signed in to change notification settings - Fork 654
Fix unused-local-typedef issue #13267
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13267
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 4 Unrelated FailuresAs of commit e15fc14 with merge base ea4a7fa ( BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D79834770 |
@pytorchbot label "release notes: cpp" |
Didn't find following labels among repository labels: release notes: cpp |
@pytorchbot label "release notes: none" |
@pytorchbot label "topic: not user facing" |
Summary: LLVM has a warning `-Wunused-local-typedef` which we are enabling to remove unused code. This has the side-effect of making it easier to do refactors should as removing unnecessary includes. For questions/comments, contact r-barnes. - If you approve of this diff, please use the "Accept & Ship" button :-) Reviewed By: swolchok Differential Revision: D79834770
973c946
to
e15fc14
Compare
This pull request was exported from Phabricator. Differential Revision: D79834770 |
Differential Revision: D79834770 Pull Request resolved: pytorch#13267
Summary:
LLVM has a warning
-Wunused-local-typedef
which we are enabling to remove unused code. This has the side-effect of making it easier to do refactors should as removing unnecessary includes.For questions/comments, contact r-barnes.
Differential Revision: D79834770