function icon indicating copy to clipboard operation
function copied to clipboard

Update to modern style cast

Open bmagistro opened this issue 7 months ago • 0 comments

When compiling with clang 19.1.7 on Alma with -Werror and a number of other flags (we run with most warnings enabled), the line is flagged with error: use of old-style cast [-Werror, -Wold-style-cast]. It is unclear if this was just missed or cast style was not updated.

Env: Alma 9.6 Boost 1.88.0 via cmake clang 19.1.7

bmagistro avatar Jul 29 '25 02:07 bmagistro