comparison src/version.c @ 20454:070c8a22261d v8.2.0781

patch 8.2.0781: compiler warning for not using value in Lua Commit: https://github.com/vim/vim/commit/9309eb2f28e6ee346c2a5deaa6f9c2b36578522e Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 17 16:53:56 2020 +0200 patch 8.2.0781: compiler warning for not using value in Lua Problem: Compiler warning for not using value in Lua. Solution: Add "(void)".
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 May 2020 17:00:03 +0200
parents bf530e4e910a
children 25392efa9039
comparison
equal deleted inserted replaced
20453:5ac4138fbaa6 20454:070c8a22261d
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 781,
749 /**/ 751 /**/
750 780, 752 780,
751 /**/ 753 /**/
752 779, 754 779,
753 /**/ 755 /**/