Skip to content

Commit

Permalink
Enable unused-private-field warning (#13450)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #13450

Pull Request resolved: facebook/react-native#22065

This diff enables -Wunused-private-field clang warning for Android builds and fixes all broken targets.

Reviewed By: gkmhub

Differential Revision: D12881793

fbshipit-source-id: 515555661e137be9e7b20eac9b5bdcb549d6a094
  • Loading branch information
Uladzislau Paulovich authored and facebook-github-bot committed Nov 8, 2018
1 parent df022f8 commit 3e877a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ class CAFFE2_API NeuralNetData : public Data {

private:
NNDataKind kind_;
size_t version_ = 0;
};

class CAFFE2_API Tensor : public NeuralNetData {
Expand Down

0 comments on commit 3e877a7

Please sign in to comment.