Skip to content
Commit 2bd4ab43 authored by Patrick Williams's avatar Patrick Williams
Browse files

query-param: fix clang-tidy warnings



```
../redfish-core/include/utils/query_param.hpp:287:51: error: unsafe pointer arithmetic [-Werror,-Wunsafe-buffer-usage]
    auto it = std::from_chars(value.data(), value.data() + value.size(),
                                            ~~~~~~^~~~~~
../redfish-core/include/utils/query_param.hpp:307:45: error: unsafe pointer arithmetic [-Werror,-Wunsafe-buffer-usage]
        std::from_chars(value.data(), value.data() + value.size(), param);
```

Signed-off-by: default avatarPatrick Williams <patrick@stwcx.xyz>
Change-Id: Ic93d3e98e0539f5c7068b93ff7e4505fdd5bbfe1
parent 84ea4b10
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment