Commit 3380256
committed
Initialize offset to zero in FT2Font::make_open_args
Clang warns that it gets a garbage value on Python 2, since
mpl_PyFile_Dup expands to a function call that does not use &offset.
It seems that the value is not used on Python 2 but it doesn't
cost much to silence the warning.1 parent 03e60dc commit 3380256
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2165 | 2165 | | |
2166 | 2166 | | |
2167 | 2167 | | |
2168 | | - | |
| 2168 | + | |
2169 | 2169 | | |
2170 | 2170 | | |
2171 | 2171 | | |
| |||
0 commit comments