Commit 57cc84e
Fix format string error in Android PAL initialization assert macro
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: D819495371 parent 29cec35 commit 57cc84e
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
0 commit comments