comparison src/version.c @ 17494:c8df7f8ccdf8 v8.1.1745

patch 8.1.1745: compiler warning for unused argument commit https://github.com/vim/vim/commit/1f164b19685d8ad709b11f3f1933685469251e30 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 24 19:00:36 2019 +0200 patch 8.1.1745: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Add UNUSED. Change comments to new style.
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Jul 2019 19:15:04 +0200
parents 523591cf1b70
children c8152af9fa33
comparison
equal deleted inserted replaced
17493:7f993d962a1d 17494:c8df7f8ccdf8
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1745,
780 /**/ 782 /**/
781 1744, 783 1744,
782 /**/ 784 /**/
783 1743, 785 1743,
784 /**/ 786 /**/