-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix syscall deprecation warning on macOS >= 10.12 #685
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@googlebot I signed it! |
sergiud
left a comment
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.
Currently, it is not possible to test these changes as a corresponding Mac OS X Github workflow is missing.
|
Err is that failure my fault ? macOS guards shouldn't affect mingw.. |
|
The failure is very likely caused by this branch. |
|
Okay, so far I was building glog as part of a downstream project. |
|
Okay it was operator precedence. Fixed now. |
|
Thanks. Could you please rebase onto current master? CI now supports macOS. |
|
macOS builds still issue a warning, e.g., |
|
Warning still present. |
|
Shouldn't the glog project be defining |
|
The library doesn't care about Can't you just check the presence of |
|
nope warning's still there.. and it built fine. |
sergiud
left a comment
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.
I have just one minor remark. You can then squash the commits.
|
Great. Thanks! |
Fix #185