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 <kcgen@users.noreply.github.com>2022-08-27 00:59:27 +0300
committerkcgen <kcgen@users.noreply.github.com>2022-08-27 03:04:16 +0300
commit0ffcfe3eafa4438bb670296ac3436e4402f969f9 (patch)
treeb491c854c4caad28c7a62718dbd98d75a52fe95a
parent705508b5bff5d4cdcda454509bd0b08acc7828cc (diff)
Lower allowed warning limitskc/coverity-1
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 8f6408acf..afdce20c7 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -24,7 +24,7 @@ jobs:
max_warnings: 20
- name: MSVC 64-bit
arch: x64
- max_warnings: 919
+ max_warnings: 915
steps:
- name: Checkout repository
uses: actions/checkout@v3