Skip to content

AST-1050 Remove warnings related to casts in tDemixer

Maik Nijhuis requested to merge remove-tdemixer-warnings into master

Since conversion using brace initialization gives compiler warnings/errors when the conversion can result in information loss, use static_cast or remove the cast completely.

Merge request reports