We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f7bea commit d84c346Copy full SHA for d84c346
.github/workflows/MediaInfoLib_Checks.yml
@@ -36,7 +36,7 @@ jobs:
36
env:
37
S3_KEY: ${{ secrets.S3_KEY }}
38
S3_PASS: ${{ secrets.S3_PASS }}
39
- CXXFLAGS: ${{ matrix.CXXFLAGS }}
+ CXXFLAGS: -Werror -Wno-error=deprecated-declarations ${{ matrix.CXXFLAGS }}
40
RUN_TESTS: ${{ matrix.RUN_TESTS }}
41
steps:
42
- name: Checkout
0 commit comments