Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_tokenizer: Fix decode string size type
Clang is unnecessarily strict with its narrowing rules, add a cast to size_t to avoid using a '-Wno-c++11-narrowing', which could potentially hide legitimate problems. Change-Id: I87a9838816b68f69a1fe1d02b06a41d218d49fce Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/98267 Pigweed-Auto-Submit: Karthik Bharadwaj <[email protected]> Commit-Queue: Auto-Submit <[email protected]> Reviewed-by: Wyatt Hepler <[email protected]>
- Loading branch information