Bug 843958 - Fix compiler warning for SCO not handling LM; r=echou

This commit is contained in:
Kyle Machulis 2013-03-10 22:37:15 -07:00
parent 7eef9798c9
commit 23bbe6a3ed

View File

@ -84,6 +84,9 @@ BluetoothUnixSocketConnector::SetUp(int aFd)
lm |= mAuth ? L2CAP_LM_AUTH : 0;
lm |= mEncrypt ? L2CAP_LM_ENCRYPT : 0;
break;
case BluetoothSocketType::SCO:
default:
MOZ_NOT_REACHED("Unknown socket type!");
}
if (lm) {