comparison src/version.c @ 23780:6a4554de9925 v8.2.2431

patch 8.2.2431: warning for -fno-strength-reduce with Clang 11 Commit: https://github.com/vim/vim/commit/ebd211c8a39871c88189c8cda9e624eb30b300b3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 30 19:33:36 2021 +0100 patch 8.2.2431: warning for -fno-strength-reduce with Clang 11 Problem: Warning for -fno-strength-reduce with Clang 11. Solution: Adjust check for clang version number.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Jan 2021 19:45:04 +0100
parents 8b682f6f3709
children 82a8abc75070
comparison
equal deleted inserted replaced
23779:e24b182c5646 23780:6a4554de9925
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 2431,
753 /**/ 755 /**/
754 2430, 756 2430,
755 /**/ 757 /**/
756 2429, 758 2429,
757 /**/ 759 /**/