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:
-rw-r--r--.github/workflows/windows-msys2.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows-msys2.yml b/.github/workflows/windows-msys2.yml
index 58cabaaef..e6ce27e70 100644
--- a/.github/workflows/windows-msys2.yml
+++ b/.github/workflows/windows-msys2.yml
@@ -36,7 +36,7 @@ jobs:
arch: x86_64
sys: UCRT64
cc: gcc
- max_warnings: 1
+ max_warnings: 0
build_flags: -Denable_debugger=normal
- name: Clang x86_64 +debugger
@@ -44,7 +44,7 @@ jobs:
arch: x86_64
sys: CLANG64
cc: clang
- max_warnings: 2
+ max_warnings: 1
build_flags: -Denable_debugger=normal
- name: Clang x86_64 +tests