]> begriffs open source - freertos/commit
Fix cast alignment warning (#669)
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Mon, 8 May 2023 17:31:26 +0000 (23:01 +0530)
committerGitHub <noreply@github.com>
Mon, 8 May 2023 17:31:26 +0000 (23:01 +0530)
commit153e52b7295fdc32c3f609a51d35fc5ba7f35698
tree9798be79486f7177ccd3ee5eb653ea862e3773bc
parent4550780f0c686cb60c563d0f99f5d8079d864a71
Fix cast alignment warning (#669)

* Fix cast alignment warning

Without this change, the code produces the following warning when
compiled with `-Wcast-align` flag:

```
cast increases required alignment of target type
```

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
.github/lexicon.txt
stream_buffer.c