Skip to content
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

net: net_if.c: Fix build warning #48455

Merged
merged 1 commit into from
Jul 29, 2022
Merged

net: net_if.c: Fix build warning #48455

merged 1 commit into from
Jul 29, 2022

Conversation

HrMitrev
Copy link
Contributor

Fix compilation warning in GCC 12 when it's not obvious that we want to
compare the adresses of the first elements of two arrays

Signed-off-by: Hristo Mitrev [email protected]

Fix compilation warning in GCC 12 when it's not obvious that we want to
compare the adresses of the first elements of two arrays

Signed-off-by: Hristo Mitrev <[email protected]>
Copy link
Member

@stephanosio stephanosio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I already fixed it in c8933d0, but you submitted the PR first :)

@stephanosio stephanosio requested a review from galak July 29, 2022 10:46
@stephanosio stephanosio mentioned this pull request Jul 29, 2022
49 tasks
@stephanosio stephanosio requested a review from nashif July 29, 2022 10:59
@chen-png
Copy link
Collaborator

added a backport label for v3.1-branch, as this also will report same build warning on v3.1-branch with zephyr sdk 0.15.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants