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-07-02 02:02:06 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2021-07-02 18:43:33 +0300
commit73897bff90630848983c9ae1791d228f8cc4ebf2 (patch)
treeb68f3131e6710002b385c39c08d2a5d25a5853ad
parent73f6301cff57894d2efc0eef05bc4c9588bb954b (diff)
Lower allowed warnings limits
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 324c9b0dd..6cd5470b2 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -12,10 +12,10 @@ jobs:
conf:
- name: MSVC 32-bit
arch: x86
- max_warnings: 272
+ max_warnings: 270
- name: MSVC 64-bit
arch: x64
- max_warnings: 1967
+ max_warnings: 1965
steps:
- name: Backup existing vcpkg installation
shell: pwsh