summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_visual.vim
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-05-22 07:53:23 +0200
committerChristian Brabandt <cb@256bit.org>2024-05-22 07:56:24 +0200
commit95ff39f8e3d5e16d4ef55f47d8f50da29df05f9e (patch)
treecc664afdc44d346efea883446175e5085ec150d5 /src/testdir/test_visual.vim
parent62ccaa60d5f7f9a13c758bd5e55b7ca6855a6de9 (diff)
CI: disable -O2 for Coverity after v9.1.0429
gcc -O2 outputs this warning and turns it into an error when running Coverity action: ``` eval.c: In function ‘echo_string_core’: cc1: warning: function may return address of local variable [-Wreturn-local-addr] eval.c:6495:12: note: declared here 6495 | char_u buf[MAX_FUNC_NAME_LEN]; | ^~~ ``` This seems to be a false positive, so disable -O2 for Coverity specifically. Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/testdir/test_visual.vim')
0 files changed, 0 insertions, 0 deletions