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

Disable some gcc-specific warnings. #255

Merged
merged 1 commit into from
Nov 8, 2016
Merged

Conversation

iphydf
Copy link
Member

@iphydf iphydf commented Nov 8, 2016

Also, disable -pedantic on C++, because it's not really useful there,
and causes a lot of warnings on enum FOO { BAR, }; (comma at end of
enumerator list).


This change is Reviewable

Also, disable -pedantic on C++, because it's not really useful there,
and causes a lot of warnings on `enum FOO { BAR, };` (comma at end of
enumerator list).
@iphydf iphydf added this to the v0.0.4 milestone Nov 8, 2016
@robinlinden
Copy link
Member

:lgtm_strong:


Reviewed 1 of 1 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

@iphydf iphydf merged commit dd5e69b into TokTok:master Nov 8, 2016
@iphydf iphydf deleted the warnings branch November 8, 2016 14:14
This pull request was closed.
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