-
-
Notifications
You must be signed in to change notification settings - Fork 771
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
ICU-20493 Warn on global/static c’tors #708
Conversation
Waiting on some resolution for the failing Azure CI builds... |
The failing MSYS2 builds are due to an update to MSYS that was released, which causes the I have a fix in PR #711 which resolves the issue. This was recently merged to master and the CI builds are now back to a working state. If this PR could be rebased on the latest changes from master, then I suspect that the failing CI builds should hopefully be fixed. :) |
Ok. Will do
|
- add -Wglobal-constructors to clang (only for libs) - Note: ignore 'runstatedir' flap in configure
Hooray! The files in the branch are the same across the force-push. 😃 ~ Your Friendly Jira-GitHub PR Checker Bot |
In the PR text, "Note: ignore 'runstatedir' flap in configure" did you mean s/flap/flag/ ? |
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.
file changes lgtm
Flap. An unreleased autoconf version keeps adding stuff, when I use the
latest release it removes it. So it flaps back and forth.
El jue., 25 de jul. de 2019 2:51 p. m., Markus Scherer <
notifications@github.com> escribió:
… In the PR text, "Note: ignore 'runstatedir' flap in configure" did you
mean s/flap/flag/ ?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#708?email_source=notifications&email_token=AAGQZM5OK6LKFRJK25MXLH3QBIN5RA5CNFSM4IFM6IQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD224FWI#issuecomment-515228377>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGQZM5YVFPTT5XVJLU7WC3QBIN5RANCNFSM4IFM6IQQ>
.
|
I know "flip-flop" but "flap" is new to me :-) |
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.
lgtm
ICU-20493