Skip to content

omap3+apq8064/mux.c: fix type signature#206

Merged
Indanz merged 1 commit into
masterfrom
lsf37/const-type
May 3, 2026
Merged

omap3+apq8064/mux.c: fix type signature#206
Indanz merged 1 commit into
masterfrom
lsf37/const-type

Conversation

@lsf37

@lsf37 lsf37 commented May 2, 2026

Copy link
Copy Markdown
Member

mux.h declares the first parameter of feature_enable as const, and omap3_mux_feature_enable, which is assigned to feature_enable, does not match. gcc-14 complains about the mismatch.

(same adjustment for apq8064_mux_feature_enable)

mux.h declares the first parameter of `feature_enable` as const, and
`omap3_mux_feature_enable`, which is assigned to `feature_enable`, does
not match. gcc-14 complains about the mismatch.

(same adjustment for apq8064_mux_feature_enable)

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
@lsf37 lsf37 requested a review from Indanz May 2, 2026 18:40
@lsf37 lsf37 added the hw-build all sel4test hardware builds label May 2, 2026

@Indanz Indanz 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.

Code doesn't make sense, but this is the simplest fix.

@Indanz Indanz merged commit 1a8c72d into master May 3, 2026
28 of 31 checks passed
@Indanz Indanz deleted the lsf37/const-type branch May 3, 2026 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hw-build all sel4test hardware builds

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants