mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Silence unused variable warning on Windows
This commit is contained in:
@@ -154,6 +154,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
|
||||
end = protocol_handlers_.end(); it != end; ++it) {
|
||||
bool set_protocol = job_factory->SetProtocolHandler(
|
||||
it->first, it->second.release());
|
||||
ALLOW_UNUSED(set_protocol);
|
||||
DCHECK(set_protocol);
|
||||
}
|
||||
protocol_handlers_.clear();
|
||||
|
||||
Reference in New Issue
Block a user