Avoid casting smartlist index implicitly

This commit is contained in:
rl1987
2018-06-04 11:56:37 +03:00
parent 3716ddf1b4
commit 39bbb8d9cf
4 changed files with 8 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (C correctness):
- Avoid casting smartlist index to int implicitly, as it may trigger
a warning (-Wshorten-64-to-32). Fixes bug 26282; bugfix on
0.2.3.13-alpha, 0.2.7.1-alpha and 0.2.1.1-alpha.