-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[sonic-swss] ARMHF warning fixes #1325
[sonic-swss] ARMHF warning fixes #1325
Conversation
Compiler Warnings : cast increases required alignment of target type [-Wcast-align] Fix: Use reintrepret cast to cast lower size pointer to bigger size pointer types Signed-off-by: Antony Rheneus <arheneus@marvell.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As comment
Retest this please |
1 similar comment
Retest this please |
Errors are seen at conftest.py.
|
Retest this please |
* Replacing using 'get_all' with 'exists' in port state checking procedure inside bind function to avoid freezing in the while loop, what caused by absence of related record in STATE_DB. Signed-off-by: Maksym Belei <Maksym_Belei@jabil.com>
Compiler Warnings : cast increases required alignment of target type [-Wcast-align]
Fix: Use reintrepret cast to cast lower size pointer to bigger size
pointer types
Signed-off-by: Antony Rheneus arheneus@marvell.com
What I did
Why I did it
How I verified it
Details if related