-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
-Wattributes visibility warning with some GCC versions #1975
-Wattributes visibility warning with some GCC versions #1975
Conversation
a1568d4
to
574cd27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Mostly looks good but please address inline comments.
LGTM but please rebase since there seem to be some conflicts. |
hmm... @vitaut, are you sure, because I can see "This branch has no conflicts with the base branch" text here, also I'm able to merge in my local repo |
Yes, but I guess I can squash the commits. |
I agree that my contributions are licensed under the {fmt} license, and agree to future changes to the licensing.
More info about the problem that should be fixed by this PR: #1973
There are a few steps in this PR:
-fvisibility=hidden
to the tests, looks like it was not specific to ARM, but x86_64 gcc-6 also produces this warning, so there was no need to create additional CI configuration, but I didn't know that