Kaydet (Commit) 05dbe2dd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Blind fix for WaE: class does not fully implement protocol

The Xcode 3 compiler warns: class 'ChannelDelegate' does not fully
implement the 'IOBluetoothRFCOMMChannelDelegate' protocol.

Change-Id: Id468bf7e42e2551fbcc372feefd6ba5967a911fa
üst bd6201ee
......@@ -43,6 +43,12 @@
pSocket = NULL;
}
// The Xcode 3 compiler warns if we don't implement all methods of the
// IOBluetoothRFCOMMChannelDelegate protocol. In later SDKs they are
// marked as @optional.
#pragma GCC diagnostic ignored "-Wprotocol"
@end
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment