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 <whitequark@whitequark.org> Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
- Loading branch information