patch 8.2.4110: Coverity warns for using NULL pointer

Problem:    Coverity warns for using NULL pointer.
Solution:   Check "evalarg" is not NULL.  Skip errors when "verbose" is false.
diff --git a/src/version.c b/src/version.c
index bffed68..b658ec7 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4110,
+/**/
     4109,
 /**/
     4108,