зеркало из https://github.com/mozilla/gecko-dev.git
Bug 450177 - "TestBlockingSocket.cpp(158) : warning C4390: ';' : empty controlled statement found; is this the intent?", r+sr=biesi
This commit is contained in:
Родитель
d207aa32c6
Коммит
402e6d4bc3
|
@ -150,8 +150,10 @@ main(int argc, char* argv[])
|
||||||
if (NS_FAILED(rv)) return rv;
|
if (NS_FAILED(rv)) return rv;
|
||||||
|
|
||||||
rv = RunBlockingTest(nsDependentCString(hostName), port, file);
|
rv = RunBlockingTest(nsDependentCString(hostName), port, file);
|
||||||
|
#if defined(PR_LOGGING)
|
||||||
if (NS_FAILED(rv))
|
if (NS_FAILED(rv))
|
||||||
LOG(("RunBlockingTest failed [rv=%x]\n", rv));
|
LOG(("RunBlockingTest failed [rv=%x]\n", rv));
|
||||||
|
#endif
|
||||||
|
|
||||||
// give background threads a chance to finish whatever work they may
|
// give background threads a chance to finish whatever work they may
|
||||||
// be doing.
|
// be doing.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче