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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220828184204.DE95E1C07CD%40moolenaar.net.