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

Enhance gcc checks v2 #75

Merged
merged 7 commits into from
Nov 27, 2016

Conversation

gatzka
Copy link
Contributor

@gatzka gatzka commented Nov 27, 2016

cJSON is in a pretty good shape. To ensure this in the future, enable some more warning switches.

This is a prerequisite to later enable -Wmissing-prototypes.
This switch warns about missing prototypes. It does not warn if
functions are declared static. So this switch encourages the usage of
static whenever possible. This enables the compiler to perform inlining.
@FSMaxB FSMaxB merged commit 1f0ad82 into DaveGamble:master Nov 27, 2016
@gatzka gatzka deleted the feature/enhance_gcc_checks_v2 branch November 27, 2016 18:02
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