mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 444328 - Suppress spurious warnings in PRFileDescAutoLock constructor r=mcmanus
This commit is contained in:
parent
b6e3d2440f
commit
8eccb752a0
@ -192,7 +192,6 @@ private:
|
||||
}
|
||||
}
|
||||
mFd = mSocketTransport->GetFD_Locked();
|
||||
NS_WARN_IF_FALSE(mFd, "PRFileDescAutoLock cannot get fd!");
|
||||
}
|
||||
~PRFileDescAutoLock() {
|
||||
MutexAutoLock lock(mSocketTransport->mLock);
|
||||
|
Loading…
Reference in New Issue
Block a user