forked from aniani/vim
patch 8.2.4048: gcc complains about use of "%p" in printf
Problem: gcc complains about use of "%p" in printf. Solution: Add (void *) typecast. (Dominique Pellé, closes #9494)
This commit is contained in:
committed by
Bram Moolenaar
parent
f85a424c83
commit
c14f667626
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4048,
|
||||
/**/
|
||||
4047,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user