SuccessChanges

Summary

  1. test: dump_bytecode: Squash clang cast increases alignment warnings (details)
Commit 3ac1c5e1e088074d72378a77ffeb07b73e3f2388 by Michael Drake
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.
The file was modifiedtest/dump.h (diff)