зеркало из https://github.com/mozilla/gecko-dev.git
Bug 835159 - fix unused variable warning (hence error with -Werror) in nsGIOProtocolHandler - no review, trivial build fix
This commit is contained in:
Родитель
c788ffe1ee
Коммит
9727210e54
|
@ -619,6 +619,7 @@ nsGIOInputStream::Close()
|
|||
|
||||
NS_ASSERTION(thread && NS_SUCCEEDED(rv), "leaking channel reference");
|
||||
mChannel = nullptr;
|
||||
(void) rv;
|
||||
}
|
||||
|
||||
mSpec.Truncate(); // free memory
|
||||
|
|
Загрузка…
Ссылка в новой задаче