Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <1557255+kcgen@users.noreply.github.com>2021-05-21 17:06:35 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-05-21 18:37:34 +0300
commitdc029bafac81ef0aa86cfa2ade3c75811337a06c (patch)
treedd58ac8c2afc499c29ccc2bccb00c25d4ea93179 /.gitignore
parent3582bcd2cacf46b814f80174f84af886d14e4b2e (diff)
Update PVS Studio to work with Meson
Also ignore a couple more warnings that we didn't find helpful: - Cyclomatic complexity: this contributed to hundreds of warnings previously throughout the codebase. Newly added code hasn't triggered this once - so it's not adding much value. Likewise, if we import patches, we are unlikely to block the patch on this criteria anyway. - Structure-size reduction through member re-ordering: we did not treat this as a blocker in new code, and instead prefer the order that makes more logical sense over saving a couple bytes of memory.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9ba425dfb..2637eb38e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ pvs-*
!pvs-studio.yml
strace_out
suppress_base.json
+.PVS-Studio
# macOS directory prefs
.DS_Store