mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-17 11:33:12 +00:00
[PR #1497] [MERGED] [IMPROVEMENT] getting rid of the warnings during rust builds #2225
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1497
Author: @ArchitBhonsle
Created: 3/13/2023
Status: ✅ Merged
Merged: 3/15/2023
Merged by: @PunitLodha
Base:
master← Head:remove-rust-build-warnings📝 Commits (1)
3c1967cgetting rid of the warnings during rust builds📊 Changes
1 file changed (+6 additions, -4 deletions)
View changed files
📝
src/rust/build.rs(+6 -4)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
#1469 brought this up where we would get some warnings when compiling the rust module without the
hardsubx_ocrfeature. As stated later in the issue thesemuts are actually necessary when the feature is turned on. This fix is a minor change which removes the warnings in both the cases. This might allow us to maybe useRUSTFLAGS="--deny warnings"in our workflows to fail on warnings.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.