Mercurial > vim
view .codecov.yml @ 32611:a4b5a6a95005 v9.0.1637
patch 9.0.1637: compiler warning for uninitialized variable
Commit: https://github.com/vim/vim/commit/54f50cbf6a470316a262e4389d62424e6f06b81c
Author: Christian Brabandt <cb@256bit.org>
Date: Fri Jun 16 21:42:06 2023 +0100
patch 9.0.1637: compiler warning for uninitialized variable
Problem: Compiler warning for uninitialized variable.
Solution: Move the variable to an inner block and initialize it. (Christian
Brabandt, closes #12549)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 16 Jun 2023 22:45:04 +0200 |
parents | 035fbd9bd1c6 |
children | 0b8312c5dfe0 |
line wrap: on
line source
coverage: range: "80...100" status: project: default: threshold: 0.05% # Files not run by tests ignore: - "src/dosinst.c" - "src/dosinst.h" - "src/uninstall.c"