commit | a21039c3ae2b20e44ceb2735251c04d0aac89afd | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jun 21 12:09:25 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Jun 21 13:04:41 2012 -0700 |
tree | 66b6fa437e7e4286b50bdef224500f9049633701 | |
parent | 3d9d49fa2d025a041f57ea306ea551ef990177db [diff] [blame] |
Fix a bunch more lint. (If you ignore the compilers, we've got relatively little lint now. Fits on a single screen.) Change-Id: I51389002894d4fd8cf46f79d2bac57079322a030
diff --git a/src/verifier/method_verifier.cc b/src/verifier/method_verifier.cc index 7140cca..f6a2ddb 100644 --- a/src/verifier/method_verifier.cc +++ b/src/verifier/method_verifier.cc
@@ -132,6 +132,7 @@ } return std::string(encoding); } + private: enum { kInTry,