Description
Error:
unused variable 'block_result' [-Werror,-Wunused-variable]
Affected targets:
//score/config_management/config_daemon/code/data_model/details:parameterset_collection_impl
(and other targets that transitively depend on @score_logging//score/mw/log)
Root cause:
score_logging version 0.2.1 (declared in MODULE.bazel:75 config_management) has a variable block_result that is unused in the compiled context. Because COMPILER_WARNING_FEATURES enables -Werror,-Wunused-variable, the unused variable in the logging library headers becomes a hard build error for all our targets that include score/mw/log.
Fix options: Either pin score_logging to a version where this is fixed (upstream fix needed), or apply a git_override to a patched commit.
Analysis results
No response
Solution
No response
Error Occurrence Rate
None
How to reproduce
No response
Supporting Information
No response
Classification
Minor
First Affected Release
not released (main)
Last Affected Release
not released (main)
Expected Fixed Release
before release (main)
Category
Description
Error:
unused variable 'block_result' [-Werror,-Wunused-variable]
Affected targets:
//score/config_management/config_daemon/code/data_model/details:parameterset_collection_impl
(and other targets that transitively depend on @score_logging//score/mw/log)
Root cause:
score_logging version 0.2.1 (declared in MODULE.bazel:75 config_management) has a variable block_result that is unused in the compiled context. Because COMPILER_WARNING_FEATURES enables -Werror,-Wunused-variable, the unused variable in the logging library headers becomes a hard build error for all our targets that include score/mw/log.
Fix options: Either pin score_logging to a version where this is fixed (upstream fix needed), or apply a git_override to a patched commit.
Analysis results
No response
Solution
No response
Error Occurrence Rate
None
How to reproduce
No response
Supporting Information
No response
Classification
Minor
First Affected Release
not released (main)
Last Affected Release
not released (main)
Expected Fixed Release
before release (main)
Category