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

Fixes #418: compilation error due to isspace() in usddeck.c #441

Merged
merged 1 commit into from
Jul 2, 2019
Merged

Fixes #418: compilation error due to isspace() in usddeck.c #441

merged 1 commit into from
Jul 2, 2019

Conversation

jungr-ait
Copy link
Contributor

HINT: On Ubuntu 16.04 it resolves the error: array subscript has type
'char' [-Werror=char-subscripts] as all warnings are treated as errors.

HINT: On Ubuntu 16.04 it resolves the error: array subscript has type
'char' [-Werror=char-subscripts] as all warnings are treated as errors.
@ataffanel ataffanel merged commit 0f71a82 into bitcraze:master Jul 2, 2019
@ataffanel
Copy link
Member

Thanks for the PR, looks good to me so merging it.

What is the version of the compiler that generated warning for that code?

@jungr-ait
Copy link
Contributor Author

jungr-ait commented Jul 3, 2019

Hello and thx for accepting the PR,

I am running Ubuntu 16.04 and with the default version of the arm-none-eabi-gcc.

$ arm-none-eabi-gcc --version
arm-none-eabi-gcc (15:4.9.3+svn231177-1) 4.9.3 20150529 (prerelease)

@krichardsson krichardsson added this to the next-release milestone Aug 13, 2019
cafeciaojoe pushed a commit to cafeciaojoe/crazyflie-firmware that referenced this pull request Sep 27, 2024
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