clang/win: Fix -Wextra warnings in webrtc.

Fixes one sign mismatch warning, and one "const has no effect and is
ignored" warning.

BUG=chromium:567877

Review URL: https://codereview.webrtc.org/1510233002

Cr-Commit-Position: refs/heads/master@{#10976}
This commit is contained in:
thakis
2015-12-10 10:50:28 -08:00
committed by Commit bot
parent 5c1def8892
commit 61a90f94b6
3 changed files with 5 additions and 5 deletions

View File

@ -119,7 +119,7 @@ class CSecBufferBundle : public SecBufferBundleBase {
}
// Accessor for the descriptor
const PSecBufferDesc desc() const {
PSecBufferDesc desc() const {
return &desc_;
}