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

Fix compilation errors / warnings #8547

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Conversation

dbaluta
Copy link
Collaborator

@dbaluta dbaluta commented Nov 28, 2023

Commit 16d126a ("audio: Header files cleanup") removed rtos/panic.h include but this is still needed.

Otherwise, we get the following compilation error:

/work/repos/sof/src/lib/lib.c: In function ‘memset’:
/work/repos/sof/src/lib/lib.c:31: warning: implicit declaration of function ‘sof_panic’

Fixes: 16d126a ("audio: Header files cleanup")

Commit 16d126a ("audio: Header files cleanup") removed
rtos/panic.h include but this is still needed.

Otherwise, we get the following compilation error:

/work/repos/sof/src/lib/lib.c: In function ‘memset’:
/work/repos/sof/src/lib/lib.c:31: warning: implicit declaration of function ‘sof_panic’

Fixes: 16d126a ("audio: Header files cleanup")
Signed-off-by: Daniel Baluta <[email protected]>
This fixes following compilation warnings:

repos/sof/src/audio/drc/drc_hifi4.c: In function ‘drc_delay_input_sample_s16’:
repos/sof/src/audio/drc/drc_hifi4.c:580: warning: assignment from incompatible pointer type
repos/sof/src/audio/drc/drc_hifi4.c:581: warning: assignment from incompatible pointer type
repos/sof/src/audio/drc/drc_hifi4.c: In function ‘drc_delay_input_sample_s32’:
repos/sof/src/audio/drc/drc_hifi4.c:718: warning: assignment from incompatible pointer type
repos/sof/src/audio/drc/drc_hifi4.c:719: warning: assignment from incompatible pointer type

Signed-off-by: Daniel Baluta <[email protected]>
@dbaluta dbaluta requested a review from a team as a code owner November 28, 2023 19:48
@dbaluta dbaluta changed the title include: sof: common.h Fix compilation error Fix compilation errors / warnings Nov 28, 2023
@dbaluta
Copy link
Collaborator Author

dbaluta commented Nov 29, 2023

SOFCI TEST

@dbaluta
Copy link
Collaborator Author

dbaluta commented Nov 29, 2023

@lgirdwood good to merge. CI is stuck :( (sof-ci/jenkins/pr-build )

@lgirdwood lgirdwood merged commit 0c3ae5a into thesofproject:main Nov 29, 2023
40 of 42 checks passed
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.

8 participants