[rocprofiler-sdk] Update rocprofiler-sdk CONTRIBUTING.md (#1371)
This commit is contained in:
committed by
GitHub
parent
32f9fa6ca5
commit
4cca398b56
@@ -122,7 +122,9 @@ set_env(std::string_view env_id, bool value, int override)
|
||||
|
||||
template <typename Tp>
|
||||
int
|
||||
set_env(std::string_view env_id, Tp value, int override)
|
||||
set_env(std::string_view env_id,
|
||||
Tp value, // NOLINT(performance-unnecessary-value-param)
|
||||
int override)
|
||||
{
|
||||
auto str_value = std::stringstream{};
|
||||
str_value << value;
|
||||
|
||||
Reference in New Issue
Block a user