[vim/vim] coverity: use CFLAGS: -Wno-error=deprecated-declarations to avoid bu… (PR #11002)

65 views
Skip to first unread message

Philip H.

unread,
Aug 28, 2022, 12:49:54 PM8/28/22
to vim/vim, Subscribed

…ild error


You can view, comment on, or merge this pull request online at:

  https://github.com/vim/vim/pull/11002

Commit Summary

  • 276f23e coverity: use CFLAGS: -Wno-error=deprecated-declarations to avoid build error

File Changes

(1 file)

Patch Links:


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11002@github.com>

Bram Moolenaar

unread,
Aug 28, 2022, 12:57:37 PM8/28/22
to vim/vim, Subscribed

Let's just ignore that warning completely.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11002/c1229507076@github.com>

Bram Moolenaar

unread,
Aug 28, 2022, 12:59:46 PM8/28/22
to vim/vim, Subscribed

Closed #11002 via 75e9a66.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11002/issue_event/7273744469@github.com>

Philip H.

unread,
Aug 28, 2022, 1:00:00 PM8/28/22
to vim/vim, Subscribed

Let's just ignore that warning completely.

What do you mean by that?


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11002/c1229507625@github.com>

Bram Moolenaar

unread,
Aug 28, 2022, 1:55:50 PM8/28/22
to vim/vim, Subscribed


> > Let's just ignore that warning completely.
> What do you mean by that?

CFLAGS: -Wno-error=deprecated-declarations

This means the warning is given, but not considered an error.

CFLAGS: -Wno-deprecated-declarations

This means the warning is not given. We should do that for the other
builds as well, because it obscures real problems.


--
Every time I lose weight, it finds me again!

/// Bram Moolenaar -- ***@***.*** -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11002/c1229519226@github.com>

Philip H.

unread,
Aug 28, 2022, 2:00:42 PM8/28/22
to vim/vim, Subscribed

@brammool #11003


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/11002/c1229520087@github.com>

Reply all
Reply to author
Forward
0 new messages