diff options
author | Robin Sue <robinsue@live.de> | 2018-06-03 20:12:26 +0200 |
---|---|---|
committer | Sergey Andreenko <seandree@microsoft.com> | 2018-06-03 11:12:26 -0700 |
commit | b31ec0562a7e916301585001968ac5522aa20e84 (patch) | |
tree | c386d6d267f005083a61d8d0085e0ad612e42924 /src/strongname | |
parent | 9791a661155d08f85f862bfc37eff3cd8d7b25cc (diff) | |
download | coreclr-b31ec0562a7e916301585001968ac5522aa20e84.tar.gz coreclr-b31ec0562a7e916301585001968ac5522aa20e84.tar.bz2 coreclr-b31ec0562a7e916301585001968ac5522aa20e84.zip |
Warnings cleanup (#18260)
* Cleanup all disabled warnings that do not trigger
* Fix warning about line continuation in single line comment
* Eliminiate all unreferenced local variables and reenable warning
Diffstat (limited to 'src/strongname')
-rw-r--r-- | src/strongname/api/strongname.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strongname/api/strongname.cpp b/src/strongname/api/strongname.cpp index 09c438b213..4f69b3682f 100644 --- a/src/strongname/api/strongname.cpp +++ b/src/strongname/api/strongname.cpp @@ -281,7 +281,6 @@ SNAPI StrongNameTokenFromPublicKey(BYTE *pbPublicKeyBlob, // [in] publ SHA1Hash sha1; BYTE *pHash = NULL; DWORD i; - DWORD cbKeyBlob; PublicKeyBlob *pPublicKey = NULL; DWORD dwHashLenMinusTokenSize = 0; |