Skip to content

Commit 6017cc7

Browse files
committed
Lower allowed MSVC 64-bit warning limits
1 parent c97aef0 commit 6017cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
max_warnings: 20
2424
- name: MSVC 64-bit
2525
arch: x64
26-
max_warnings: 910
26+
max_warnings: 904
2727
steps:
2828
- name: Checkout repository
2929
uses: actions/checkout@v3

0 commit comments

Comments
 (0)