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

Travis: use -std=gnu99 when compiling #1539

Closed
wants to merge 2 commits into from

Conversation

Labels
None yet
Projects
None yet
3 participants
@teor2345
Copy link
Contributor

@teor2345 teor2345 commented Nov 15, 2019

Require C99 standards-conforming code in Travis CI, but allow GNU gcc
extensions. Also activates clang's -Wtypedef-redefinition warnings.

Closes ticket 32500.

Require C99 standards-conforming code in Travis CI, but allow GNU gcc
extensions. Also activates clang's -Wtypedef-redefinition warnings.

Closes ticket 32500.
@coveralls
Copy link

@coveralls coveralls commented Nov 15, 2019

Pull Request Test Coverage Report for Build 7343

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.02%) to 48.712%

Files with Coverage Reduction New Missed Lines %
src/or/addressmap.c 1 55.64%
Totals Coverage Status
Change from base Build 7181: 0.02%
Covered Lines: 29497
Relevant Lines: 60554

💛 - Coveralls

tlyu
tlyu approved these changes Nov 15, 2019
@teor2345 teor2345 mentioned this pull request Nov 16, 2019
@teor2345 teor2345 mentioned this pull request Nov 16, 2019
Require C99 standards-conforming code in Travis CI, but allow GNU gcc
extensions. Also activates clang's -Wtypedef-redefinition warnings.

Build some jobs with -std=gnu99, and some jobs without.

Closes ticket 32500.
@teor2345 teor2345 force-pushed the ticket32500_029 branch from 2ed9f27 to 80a5af2 Nov 27, 2019
@teor2345
Copy link
Contributor Author

@teor2345 teor2345 commented Dec 3, 2019

Squashed and merged.

@teor2345 teor2345 closed this Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment