To: vim_dev@googlegroups.com Subject: Patch 8.2.0756 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0756 (after 8.2.0249) Problem: MS-Windows: still a compiler warning. Solution: Move flag to another place in the Makefile. (Ken Takata, closes #6083) Files: src/Make_mvc.mak *** ../vim-8.2.0755/src/Make_mvc.mak 2020-05-01 14:26:17.128949276 +0200 --- src/Make_mvc.mak 2020-05-15 18:19:43.666396343 +0200 *************** *** 675,683 **** CFLAGS = $(CFLAGS) $(OPTFLAG) -DNDEBUG $(CPUARG) RCFLAGS = $(rcflags) $(rcvars) -DNDEBUG - ! if "$(CL)" == "/D_USING_V110_SDK71_" - RCFLAGS = $(RCFLAGS) /D_USING_V110_SDK71_ - ! endif ! ifdef USE_MSVCRT CFLAGS = $(CFLAGS) /MD LIBC = msvcrt.lib --- 675,680 ---- *************** *** 707,712 **** --- 704,713 ---- ! endif !endif # DEBUG + !if "$(CL)" == "/D_USING_V110_SDK71_" + RCFLAGS = $(RCFLAGS) /D_USING_V110_SDK71_ + !endif + !if $(MSVC_MAJOR) >= 8 # Visual Studio 2005 has 'deprecated' many of the standard CRT functions CFLAGS_DEPR = /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE *** ../vim-8.2.0755/src/version.c 2020-05-15 18:17:24.590759529 +0200 --- src/version.c 2020-05-15 18:21:33.062098320 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 756, /**/ -- hundred-and-one symptoms of being an internet addict: 93. New mail alarm on your palmtop annoys other churchgoers. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///