Bug 450177 - "TestBlockingSocket.cpp(158) : warning C4390: ';' : empty controlled statement found; is this the intent?", r+sr=biesi

This commit is contained in:
Serge Gautherie 2008-08-14 08:44:42 +02:00
Родитель d207aa32c6
Коммит 402e6d4bc3
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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.