Skip to content

incorporate suggestions from cppcheck.

Bernd Flemisch requested to merge fix/incorporate-cppcheck-suggestions into master

Make one-parameter constructors explicit. Pass parameters by const reference if copying is potentially expensive. Pass string instead of const char* to function that expects a string. Fix out-of-bounds access.

Edited by Bernd Flemisch

Merge request reports