Skip to content

assists: bmcmake_metadata_xlnx: fix type mismatch#778

Open
venodela wants to merge 1 commit into
devicetree-org:masterfrom
venodela:lwip_null_fix
Open

assists: bmcmake_metadata_xlnx: fix type mismatch#778
venodela wants to merge 1 commit into
devicetree-org:masterfrom
venodela:lwip_null_fix

Conversation

@venodela

Copy link
Copy Markdown
Contributor

Generated lwip xtopology_g.c used NULL to zero-terminate the xtopology array, triggering -Wint-conversion because the field type is long unsigned int, not a pointer. Use integer literal 0 instead.

Generated lwip xtopology_g.c used NULL to zero-terminate the xtopology array,
triggering -Wint-conversion because the field type is long unsigned int,
not a pointer. Use integer literal 0 instead.

Signed-off-by: Venkatesh Odela <venkatesh.odela@amd.com>

@sathishkumar-amd sathishkumar-amd left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks good to me

@venodela

Copy link
Copy Markdown
Contributor Author

cc : @kedareswararao @HariniKatakamX

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants