Skip to content
Commit 84396af9 authored by Patrick Williams's avatar Patrick Williams
Browse files

log-services: fix clang-tidy warnings



A number of similar warnings about unsafe pointer arithmetic.

```
../redfish-core/lib/log_services.hpp:269:39: error: unsafe pointer arithmetic [-Werror,-Wunsafe-buffer-usage]
            indexStr.data(), indexStr.data() + indexStr.size(), index);
```

Signed-off-by: default avatarPatrick Williams <patrick@stwcx.xyz>
Change-Id: Icc4a0d2f418c76d6987ef2318b0098d30d116389
parent 2bd4ab43
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