mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Add CHAR_BIT check. There are uint8_t to char conversions.
This commit is contained in:
@@ -23,6 +23,10 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if CHAR_BIT != 8
|
||||
# error This code assumes CHAR_BIT == 8
|
||||
#endif
|
||||
|
||||
static size_t
|
||||
offset_crc_body()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user