forked from aniani/vim
patch 8.2.4047: depending on the build features error messages are unused
Problem: Depending on the build features error messages are unused. Solution: Add #ifdefs. (Dominique Pellé, closes #9493)
This commit is contained in:
committed by
Bram Moolenaar
parent
2f0936cb9a
commit
f85a424c83
374
src/errors.h
374
src/errors.h
File diff suppressed because it is too large
Load Diff
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4047,
|
||||||
/**/
|
/**/
|
||||||
4046,
|
4046,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user