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 01603a9 commit d1e9dc2Copy full SHA for d1e9dc2
2 files changed
src/userfunc.c
@@ -1321,7 +1321,7 @@ call_user_func(
1321
// A Lambda always has the command "return {expr}". It is much faster
1322
// to evaluate {expr} directly.
1323
++ex_nesting_level;
1324
- eval1(&p, rettv, TRUE);
+ (void)eval1(&p, rettv, TRUE);
1325
--ex_nesting_level;
1326
}
1327
else
src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
738
739
static int included_patches[] =
740
{ /* Add new patch number below this line */
741
+/**/
742
+ 506,
743
/**/
744
505,
745
0 commit comments