patch 8.2.2410: build failure without the +profiling feature

Problem:    Build failure without the +profiling feature.
Solution:   Add dummy argument to macro.
diff --git a/src/version.c b/src/version.c
index 279c49d..7a25bc0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2410,
+/**/
     2409,
 /**/
     2408,