Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent chipdb array type narrowing conversion issues
When -Wnarrowing is enabled, compilation of generated chipdb*.bin.cc files produces a large number of messages: "narrowing conversion of ... from ‘int’ to ‘const char’ [-Wnarrowing]" Explicitly using uint8_t instead of char when referencing embedded chipdb arrays resolves these issues. Suggested-by: Catherine <[email protected]> Signed-off-by: Gabriel Somlo <[email protected]>
- Loading branch information