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:
authorFeralChild64 <unknown>2022-11-08 18:27:35 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-11-08 22:36:07 +0300
commit718db1d4a63242561fdcf8b9ed7671990ee6eb32 (patch)
tree6857cfd8798cdb039d5b9a2935ab113ce04ae279
parentbc0110a6ac168991acf3e1e766819d78575ea9da (diff)
Reduce compiler warning allowance
-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