mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
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>
This commit is contained in:
parent
4550780f0c
commit
153e52b729
2 changed files with 9 additions and 8 deletions
1
.github/lexicon.txt
vendored
1
.github/lexicon.txt
vendored
|
@ -1606,6 +1606,7 @@ putchar
|
|||
puxstackbuffer
|
||||
puxvariabletoincrement
|
||||
pv
|
||||
pvallocatedmemory
|
||||
pvbuffer
|
||||
pvcallbackref
|
||||
pvcomparand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue