Commit c5d2158
Fix C code being wrong for python2 in start.c (char * to wchar_t *)
Avoids warning for python2 when compiling libmain.so: `incompatible pointer types passing 'unsigned int [15]' to parameter of type 'char *' [-Wincompatible-pointer-types]`1 parent c846efd commit c5d2158
File tree
1 file changed
+4
-0
lines changed- pythonforandroid/bootstraps/common/build/jni/application/src
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
155 | 158 | | |
| 159 | + | |
156 | 160 | | |
157 | 161 | | |
158 | 162 | | |
| |||
0 commit comments