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

Remove a few warnings on macOS #26675

Merged
merged 2 commits into from
Mar 21, 2019
Merged

Conversation

girving
Copy link
Contributor

@girving girving commented Mar 13, 2019

  1. Remove unused captures in lambdas.
  2. Reorder a field initializer list.
  3. Remove some unused typedefs.
  4. Remove a few unused variables.

Many warnings remain, including many thread safety warnings which are
somewhat alarming.

1. Remove unused captures in lambdas.
2. Reorder a field initializer list.
3. Remove some unused typedefs.
4. Remove a few unused variables.

Many warnings remain, including many thread safety warnings which are
somewhat alarming.
@rthadur rthadur requested a review from haozha111 March 13, 2019 17:56
@rthadur rthadur self-assigned this Mar 13, 2019
@rthadur rthadur added this to Assigned Reviewer in PR Queue via automation Mar 13, 2019
@rthadur rthadur added awaiting review Pull request awaiting review size:M CL Change Size: Medium labels Mar 13, 2019
@rthadur rthadur requested review from jsimsa and removed request for haozha111 March 14, 2019 03:01
PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Mar 14, 2019
jsimsa
jsimsa previously approved these changes Mar 14, 2019
@girving
Copy link
Contributor Author

girving commented Mar 14, 2019

@jsimsa Am I correct that the Windows failure is unrelated? Not sure about the copybara one.

@tensorflowbutler tensorflowbutler removed the awaiting review Pull request awaiting review label Mar 14, 2019
@jsimsa
Copy link
Contributor

jsimsa commented Mar 14, 2019

Correct, the Windows failure seems unrelated. The copybara one tracks the status of the internal review that should get kicked off by @rthadur shortly.

@rthadur rthadur added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Mar 14, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Mar 14, 2019
@@ -14,6 +14,7 @@ limitations under the License.
==============================================================================*/
#include "tensorflow/core/kernels/data/stats_utils.h"

#include "absl/base/attributes.h"
Copy link
Contributor

Choose a reason for hiding this comment

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

Internally, I am seeing an error that indicates that tensorflow/core/kernels/data:stats_utils does not depend on a module exporting third_party/absl/base/attributes.h. Could you please fix that? Thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should be done.

PR Queue automation moved this from Approved by Reviewer to Reviewer Requested Changes Mar 14, 2019
@girving girving mentioned this pull request Mar 15, 2019
@girving
Copy link
Contributor Author

girving commented Mar 20, 2019

@jsimsa What's the next step here?

PR Queue automation moved this from Reviewer Requested Changes to Approved by Reviewer Mar 20, 2019
@rthadur rthadur added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Mar 21, 2019
@tensorflow-copybara tensorflow-copybara merged commit c951e7b into tensorflow:master Mar 21, 2019
PR Queue automation moved this from Approved by Reviewer to Merged Mar 21, 2019
tensorflow-copybara pushed a commit that referenced this pull request Mar 21, 2019
PiperOrigin-RevId: 239696002
@girving
Copy link
Contributor Author

girving commented Mar 22, 2019

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes ready to pull PR ready for merge process size:M CL Change Size: Medium
Projects
PR Queue
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

7 participants