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:
@ -119,7 +119,7 @@ class CSecBufferBundle : public SecBufferBundleBase {
|
||||
}
|
||||
|
||||
// Accessor for the descriptor
|
||||
const PSecBufferDesc desc() const {
|
||||
PSecBufferDesc desc() const {
|
||||
return &desc_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user