comparison src/version.c @ 23792:de74b00b15bb v8.2.2437

patch 8.2.2437: deprecation warnings with default configuration Commit: https://github.com/vim/vim/commit/4d8479b335e92a95b09fdee09309ea0df934cb9e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 31 14:36:06 2021 +0100 patch 8.2.2437: deprecation warnings with default configuration Problem: Deprecation warnings with default configuration. Solution: Add -Wno-deprecated-declarations.
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 Jan 2021 14:45:04 +0100
parents e2ebd45d4db0
children 21a5d3aecd0e
comparison
equal deleted inserted replaced
23791:fa1fd1cedc14 23792:de74b00b15bb
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2437,
753 /**/ 755 /**/
754 2436, 756 2436,
755 /**/ 757 /**/
756 2435, 758 2435,
757 /**/ 759 /**/