diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2025-09-13 17:43:53 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2025-12-18 12:23:57 +0200 |
| commit | d785a753f9406bf74150e038ccf58b8b40eea932 (patch) | |
| tree | 8d2804c452b7564e70a07d9797d41a705132452f /kmscube/cube-x11.cpp | |
| parent | 9c67dae2d2e6f977e7dc8c5ed070e2bc07383c8a (diff) | |
fix: Resolve variable shadowing warnings
Fix cppcheck shadowVariable and shadowArgument warnings by renaming
local variables to avoid conflicts:
- Rename 'ob' to 'prop' in property creation loop in card.cpp
- Rename loop variable 'y_offset' to 'y_off' in conv-yuv-semiplanar.h
- Rename local 'y' to 'y_val' in SMPTE pattern generator in testpat.cpp
- Rename 'is_last' to 'child_is_last' in entry printing in kmsprint.cpp
These changes eliminate naming conflicts while preserving functionality
and improving code clarity.
Diffstat (limited to 'kmscube/cube-x11.cpp')
0 files changed, 0 insertions, 0 deletions
