Commit afbb28d
authored
ext/opcache/zend_jit: cast function to fix -Wincompatible-pointer-types (php#10527)
* ext/opcache/zend_jit: cast function to fix -Wincompatible-pointer-types
Regression by commit a211956
* TSRM/win32: fix ts_allocate_dtor cast
The dtor was casted to ts_allocate_ctor; luckily, ts_allocate_dtor and
ts_allocate_ctor just happen to be the same type.1 parent a211956 commit afbb28d
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4878 | 4878 | | |
4879 | 4879 | | |
4880 | 4880 | | |
4881 | | - | |
| 4881 | + | |
4882 | 4882 | | |
4883 | 4883 | | |
4884 | 4884 | | |
| |||
0 commit comments