summaryrefslogtreecommitdiff
path: root/kmscube/cube-gbm.cpp
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2025-09-13 17:40:42 +0300
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2025-12-18 12:23:57 +0200
commit7cc1bdd06e68ab81612e8feee2a1dedf0e392886 (patch)
tree99415217574312a3ac7b22a8fcb84aa27ab156fa /kmscube/cube-gbm.cpp
parent2efdd2583da9575242091bb53c57a311c3eacbc6 (diff)
fix: Replace C-style casts with C++ static/reinterpret casts
C-style casts should be replaced with appropriate C++ cast operators for better type safety and code clarity. This change fixes cppcheck style warnings about C-style pointer casting by using: - static_cast for simple pointer type conversions - reinterpret_cast for memory buffer pointer arithmetic The changes maintain identical functionality while following modern C++ best practices for explicit casting.
Diffstat (limited to 'kmscube/cube-gbm.cpp')
0 files changed, 0 insertions, 0 deletions