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 <1557255+kcgen@users.noreply.github.com>2022-08-28 17:13:34 +0300
commit2726e645b5629810e34be075b3a92370b7b6247f (patch)
tree2e9fbdeac290ac48499681a37d753b507ef7afed /.github
parent1e47dc45d52d13c8339e46da3526a0160b89c4e7 (diff)
Lower allowed warning limits
Diffstat (limited to '.github')
-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