Merge branch 'master' into wip/deprecated-api-removal #1673
Annotations
1 error and 1 warning
|
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/59886582857?check_suite_focus=true|[Clang-Tidy] 1 warnings>*
|
|
performance-unnecessary-value-param:
src/limestone/configuration.cpp#L26
the parameter 'data_location' is copied for each invocation but only used as a const reference; consider making it a const reference
|