Skip to content

Commit d84c346

Browse files
GCC/LLVM: Make all warnings into errors
1 parent a8f7bea commit d84c346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MediaInfoLib_Checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
S3_KEY: ${{ secrets.S3_KEY }}
3838
S3_PASS: ${{ secrets.S3_PASS }}
39-
CXXFLAGS: ${{ matrix.CXXFLAGS }}
39+
CXXFLAGS: -Werror -Wno-error=deprecated-declarations ${{ matrix.CXXFLAGS }}
4040
RUN_TESTS: ${{ matrix.RUN_TESTS }}
4141
steps:
4242
- name: Checkout

0 commit comments

Comments
 (0)