mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1928] [CLOSED] [FIX] Silence unused-but-set variable warning in zvbi decoder #2726
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/1928
Author: @AS-pngg
Created: 12/29/2025
Status: ❌ Closed
Base:
master← Head:fix-unused-warning📝 Commits (3)
2d18d6aSilence unused-but-set variable warning in zvbi decoderbabf3e0FIX: remove unused service_set variable29aeb43Trigger CI / no-op commit📊 Changes
1 file changed (+1 additions, -3 deletions)
View changed files
📝
src/lib_ccx/zvbi/decoder.c(+1 -3)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
{pull request content here}
This PR fixes a compiler warning (
-Wunused-but-set-variable) by explicitlymarking an intentionally unused local variable in
zvbi/decoder.c.There are no functional changes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.