We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bcfdf commit 5f24542Copy full SHA for 5f24542
2 files changed
src/misc2.c
@@ -842,7 +842,7 @@ alloc(size)
842
char_u *
843
alloc_id(size, id)
844
unsigned size;
845
- int id;
+ int id UNUSED;
846
{
847
#ifdef FEAT_EVAL
848
if (alloc_fail_id == id && alloc_does_fail())
@@ -1007,7 +1007,7 @@ lalloc(size, message)
1007
lalloc_id(size, message, id)
1008
long_u size;
1009
int message;
1010
1011
1012
1013
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 1069,
746
/**/
747
1068,
748
0 commit comments