Skip to content

D3PDMakerUtils: Fix cppcheck warnings.

Pass strings by const reference, not by value. Prefer starts_with to find. Suppress false positive.

Merge request reports