Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: dump_bytecode: Squash clang cast increases alignment warnings
We have codeptr as a pointer to our place in the calc lwc_string data. This pointer is of type uint8_t. We then cast back to css_code_t, css_fixed, and uint32_t. Now we cast back to them through void.
- Loading branch information