Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>2023-05-08 20:31:26 +0300
committerGitHub <noreply@github.com>2023-05-08 20:31:26 +0300
commit153e52b7295fdc32c3f609a51d35fc5ba7f35698 (patch)
tree9798be79486f7177ccd3ee5eb653ea862e3773bc /.github
parent4550780f0c686cb60c563d0f99f5d8079d864a71 (diff)
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>
Diffstat (limited to '.github')
-rw-r--r--.github/lexicon.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/lexicon.txt b/.github/lexicon.txt
index e7ded970d..a4c02373e 100644
--- a/.github/lexicon.txt
+++ b/.github/lexicon.txt
@@ -1606,6 +1606,7 @@ putchar
puxstackbuffer
puxvariabletoincrement
pv
+pvallocatedmemory
pvbuffer
pvcallbackref
pvcomparand