comparison src/version.c @ 19979:a80007999d01 v8.2.0545

patch 8.2.0545: unused arguments ignored in non-standard way Commit: https://github.com/vim/vim/commit/d19a8f97ad58055a5e99cca8498d01e450ae37b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 11 21:42:48 2020 +0200 patch 8.2.0545: unused arguments ignored in non-standard way Problem: Unused arguments ignored in non-standard way. Solution: Add UNUSED instead of (void).
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Apr 2020 21:45:04 +0200
parents 545bdbc36f29
children 014daa59ba50
comparison
equal deleted inserted replaced
19978:93bca14dc077 19979:a80007999d01
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 545,
741 /**/ 743 /**/
742 544, 744 544,
743 /**/ 745 /**/
744 543, 746 543,
745 /**/ 747 /**/