-
Notifications
You must be signed in to change notification settings - Fork 667
Fix format string error in Android PAL initialization assert macro #14119
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/14119
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 16eec55 with merge base bc18834 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D81949537 |
57cc84e
to
9ee5a89
Compare
…ytorch#14119) Summary: The `__android_log_print` call had an extra `"%s"` format specifier that wasn't matched by the provided arguments, causing `-Werror,-Wformat-extra-args` compilation failures. Reviewed By: smeenai Differential Revision: D81949537
This pull request was exported from Phabricator. Differential Revision: D81949537 |
…ytorch#14119) Summary: Pull Request resolved: pytorch#14119 The `__android_log_print` call had an extra `"%s"` format specifier that wasn't matched by the provided arguments, causing `-Werror,-Wformat-extra-args` compilation failures. Reviewed By: smeenai Differential Revision: D81949537
9ee5a89
to
ec66dce
Compare
ec66dce
to
98795e1
Compare
…ytorch#14119) Summary: The `__android_log_print` call had an extra `"%s"` format specifier that wasn't matched by the provided arguments, causing `-Werror,-Wformat-extra-args` compilation failures. Reviewed By: smeenai Differential Revision: D81949537
@adicatana has exported this pull request. If you are a Meta employee, you can view the originating diff in D81949537. |
98795e1
to
b9e6f33
Compare
…ytorch#14119) Summary: The `__android_log_print` call had an extra `"%s"` format specifier that wasn't matched by the provided arguments, causing `-Werror,-Wformat-extra-args` compilation failures. Reviewed By: smeenai Differential Revision: D81949537
@adicatana has exported this pull request. If you are a Meta employee, you can view the originating diff in D81949537. |
…ytorch#14119) Summary: The `__android_log_print` call had an extra `"%s"` format specifier that wasn't matched by the provided arguments, causing `-Werror,-Wformat-extra-args` compilation failures. Reviewed By: smeenai Differential Revision: D81949537
b9e6f33
to
16eec55
Compare
@adicatana has exported this pull request. If you are a Meta employee, you can view the originating diff in D81949537. |
Summary: The
__android_log_print
call had an extra"%s"
format specifier that wasn't matched by the provided arguments, causing-Werror,-Wformat-extra-args
compilation failures.Reviewed By: smeenai
Differential Revision: D81949537