Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pvs warnings #21145

Merged
merged 5 commits into from
Nov 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(PVS/V009): start file with special comment
  • Loading branch information
dundargoc committed Nov 21, 2022
commit 5c0b017891ba58a9cc408cd81c9ffbd9a1088aeb
3 changes: 3 additions & 0 deletions src/nvim/linematch.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This is an open source non-commercial project. Dear PVS-Studio, please check
// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http:https://www.viva64.com

#include <assert.h>
#include <stdbool.h>
#include <stddef.h>
Expand Down