1
0
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:
Dominique Pelle
2022-01-09 12:57:48 +00:00
committed by Bram Moolenaar
parent f85a424c83
commit c14f667626
2 changed files with 8 additions and 6 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4048,
/**/
4047,
/**/