Landing: f59f510bf429
Project / Subsystem
gcc / analyzer
Date
2026-05-05
Author
Jakub Jelinek
Commit
f59f510bf429380f902efea6da7dbc49bae00e74
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- analyzer
- patch_id
- —
- commit_hash
- f59f510bf429380f902efea6da7dbc49bae00e74
- source_type
- github
- headline
- analyzer: Remove unused variable to resolve compiler warning.
- tldr
- Removes an unused variable in the analyzer to fix a compiler warning.
- author
- Jakub Jelinek
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • analyzer
- • warning
- • code cleanup
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-05T00:00:00.000Z
This commit removes an unused variable, lhs_type, in the ana::kf_strcasecmp::impl_call_post function within the GCC analyzer. This resolves a compiler warning, improving code cleanliness and maintainability. The change has no functional impact but contributes to a cleaner codebase.