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

CMakeLists.txt: conditionally use -Wpedantic #25

Merged
merged 1 commit into from Oct 10, 2018

Conversation

tpetazzoni
Copy link
Contributor

-Wpedantic is only provided by gcc >= 4.8. Since showing pedantic
warnings is not really mandatory, let's only use this option when the
compiler supports it.

Signed-off-by: Thomas Petazzoni thomas.petazzoni@bootlin.com

-Wpedantic is only provided by gcc >= 4.8. Since showing pedantic
warnings is not really mandatory, let's only use this option when the
compiler supports it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
@brian-armstrong
Copy link
Member

Looks good, thank you

@brian-armstrong brian-armstrong merged commit f5a28c7 into quiet:master Oct 10, 2018
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.

None yet

2 participants