commit | eac00c3be67ffaf831bedabaeb1b558f49c4cec8 | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Thu Nov 02 21:35:26 2017 +0000 |
committer | Pavel Labath <labath@google.com> | Thu Nov 02 21:35:26 2017 +0000 |
tree | 708a17d065a0334fa16ece717f1acfc2ea76a418 | |
parent | 1d02b13eb7758844adb9f1cec0828376f10d365a [diff] |
Fix some warnings found by ToT clang These fall into two categories: - unused variables - (uint8_t *)NULL + X -- changed to reinterpret_cast(X) llvm-svn: 317270