mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Fix some warnings
This commit is contained in:
parent
641b374f0b
commit
d560ae79b4
3 changed files with 9 additions and 9 deletions
|
@ -512,7 +512,7 @@ impl<Window: WindowMethods> IOCompositor<Window> {
|
|||
match ipc::channel() {
|
||||
Ok((sender, receiver)) => {
|
||||
self.time_profiler_chan.send(time::ProfilerMsg::Exit(sender));
|
||||
receiver.recv();
|
||||
let _ = receiver.recv();
|
||||
},
|
||||
Err(_) => {},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue