commit | b9e0ccc6504fe4a8fc8780c948833f1dfa1ebf16 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Tue Dec 16 16:11:35 2014 -0800 |
committer | Adam Langley <agl@google.com> | Tue Jan 06 00:27:22 2015 +0000 |
tree | 96e6870fab286e7ef73a06b970a9f13f8c14de8d | |
parent | a7f6d3c1dcf38b5312ab6f30cd2a14d07f20ba8c [diff] |
Fix a couple of minor compiler warnings. One about a possible uninitialised variable (incorrect, but it's easier to keep the compiler happy) and one warning about "const static" being backwards. Change-Id: Ic5976a5f0b48f32e09682e31b65d8ea1c27e5b88 Reviewed-on: https://boringssl-review.googlesource.com/2632 Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Adam Langley <agl@google.com>