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

[test] Compile test project with c++11 explicitly #3283

Merged
merged 1 commit into from
Apr 26, 2021

Conversation

bruntib
Copy link
Contributor

@bruntib bruntib commented Apr 26, 2021

If an old GCC compiler is installed on a machine which doesn't use C++11
by default, the tests may fail. There are some checkers (e.g.
misc-definitions-in-headers) which report only from C++11. If these
reports are missing with an old compiler then the number of reports will
not be as expected.

@bruntib bruntib added bugfix 🔨 test ☑️ Adding or refactoring tests labels Apr 26, 2021
@bruntib bruntib added this to the release 6.16.0 milestone Apr 26, 2021
@bruntib bruntib requested review from csordasmarton and zomen2 April 26, 2021 06:50
If an old GCC compiler is installed on a machine which doesn't use C++11
by default, the tests may fail. There are some checkers (e.g.
misc-definitions-in-headers) which report only from C++11. If these
reports are missing with an old compiler then the number of reports will
not be as expected.
Copy link
Contributor

@csordasmarton csordasmarton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@csordasmarton csordasmarton merged commit 872f0c8 into Ericsson:master Apr 26, 2021
@bruntib bruntib deleted the cpp11_test branch April 26, 2021 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix 🔨 test ☑️ Adding or refactoring tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants