Skip to content

Fix a typo in .travis.yml#2772

Merged
mbxx merged 1 commit intogoogle:masterfrom
Quuxplusone:travis
Apr 16, 2020
Merged

Fix a typo in .travis.yml#2772
mbxx merged 1 commit intogoogle:masterfrom
Quuxplusone:travis

Conversation

@Quuxplusone
Copy link
Copy Markdown
Contributor

The old code was trying to pass -Wgnu-zero-variadic-macro-arguments
as part of CXXFLAGS, but it forgot the quotation marks needed around
whitespace. This meant that option was ignored:
https://travis-ci.org/github/google/googletest/jobs/666534177#L760

Unfortunately, the codebase is not remotely clean with respect to that
warning option. It fails like this:
https://travis-ci.org/github/Quuxplusone/googletest/jobs/668118135

So, remove that failing configuration from the test matrix until
someone has time to look at it.

The old code was trying to pass -Wgnu-zero-variadic-macro-arguments
as part of CXXFLAGS, but it forgot the quotation marks needed around
whitespace. This meant that option was ignored:
https://travis-ci.org/github/google/googletest/jobs/666534177#L760

Unfortunately, the codebase is not remotely clean with respect to that
warning option. It fails like this:
https://travis-ci.org/github/Quuxplusone/googletest/jobs/668118135

So, remove that failing configuration from the test matrix until
someone has time to look at it.
@Quuxplusone
Copy link
Copy Markdown
Contributor Author

@zhangxy988

@zhangxy988
Copy link
Copy Markdown
Contributor

Created #2806 to track the issue with building with -Wgnu-zero-variadic-macro-arguments.

@zhangxy988
Copy link
Copy Markdown
Contributor

Sorry for the late reply, and thank you for your effort. We have started internal review. Please don’t
push any more changes into this PR as they might be overwritten. (305706291)

@zhangxy988 zhangxy988 self-assigned this Apr 9, 2020
mbxx added a commit that referenced this pull request Apr 15, 2020
PiperOrigin-RevId: 305747317
mbxx added a commit that referenced this pull request Apr 16, 2020
PiperOrigin-RevId: 305747317
@mbxx mbxx merged commit c203209 into google:master Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants