mirror of
https://github.com/yuzu-mirror/breakpad.git
synced 2026-04-20 13:43:43 +00:00
Fix clang warnings.
Review URL: http://breakpad.appspot.com/298002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@823 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
3c59c247e2
commit
8f2b058398
4 changed files with 4 additions and 10 deletions
|
|
@ -139,12 +139,6 @@ class MachMsgPortDescriptor : public mach_msg_port_descriptor_t {
|
|||
return disposition;
|
||||
}
|
||||
|
||||
// We're just a simple wrapper for mach_msg_port_descriptor_t
|
||||
// and have the same memory layout
|
||||
operator mach_msg_port_descriptor_t&() {
|
||||
return *this;
|
||||
}
|
||||
|
||||
// For convenience
|
||||
operator mach_port_t() const {
|
||||
return GetMachPort();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue