forked from aniani/vim
patch 8.2.1883: compiler warnings when using Python
Problem: Compiler warnings when using Python. Solution: Adjust PyCFunction to also have the second argument. Use "int" return type for some functions. Insert "(void *)" to get rid of the remaining warnings.
This commit is contained in:
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1883,
|
||||
/**/
|
||||
1882,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user