Skip to content

Comments

Fix compilation warning in CAmkES VM linux apps#18

Merged
lsf37 merged 1 commit intoseL4:masterfrom
bruelc:master
Feb 12, 2026
Merged

Fix compilation warning in CAmkES VM linux apps#18
lsf37 merged 1 commit intoseL4:masterfrom
bruelc:master

Conversation

@bruelc
Copy link
Contributor

@bruelc bruelc commented Feb 10, 2026

Hello seL4 maintainers,

This fixes a build error when compiling the VM linux apps with -Werror, as atoi() is not declared.
Thus include stdlib.h for its definition.

Tested by building camkes-connector-apps with -Werror enabled

Christian

Fix "implicit declaration of function 'atoi'" build error with -Werror

Signed-off-by: Christian Bruel <christian.bruel@foss.st.com>
@lsf37 lsf37 merged commit f96dcc1 into seL4:master Feb 12, 2026
7 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.

3 participants