To: vim_dev@googlegroups.com Subject: Patch 9.0.0305 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0305 Problem: CI lists useless deprecation warnings. Solution: Ignore deprecation warnings. (closes #11003) Files: .github/workflows/ci.yml *** ../vim-9.0.0304/.github/workflows/ci.yml 2022-08-25 15:21:18.127753974 +0100 --- .github/workflows/ci.yml 2022-08-28 19:38:20.142012157 +0100 *************** *** 21,27 **** TEST: test SRCDIR: ./src LEAK_CFLAGS: -DEXITFREE ! CFLAGS: -Wno-error=deprecated-declarations LOG_DIR: ${{ github.workspace }}/logs TERM: xterm DISPLAY: ':99' --- 21,27 ---- TEST: test SRCDIR: ./src LEAK_CFLAGS: -DEXITFREE ! CFLAGS: -Wno-deprecated-declarations LOG_DIR: ${{ github.workspace }}/logs TERM: xterm DISPLAY: ':99' *** ../vim-9.0.0304/src/version.c 2022-08-28 19:16:11.976716179 +0100 --- src/version.c 2022-08-28 19:39:40.118476482 +0100 *************** *** 709,710 **** --- 709,712 ---- { /* Add new patch number below this line */ + /**/ + 305, /**/ -- The MS-Windows registry is no more hostile than any other bunch of state information... that is held in a binary format... a format that nobody understands... and is replicated and cached in a complex and largely undocumented way... and contains large amounts of duplicate and obfuscated information... (Ben Peterson) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///