From 832a711be7034152b5ceaadd4181cdd9b6236d86 Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Thu, 14 Aug 2008 08:44:42 +0200 Subject: [PATCH] Bug 450177 - "TestBlockingSocket.cpp(158) : warning C4390: ';' : empty controlled statement found; is this the intent?", r+sr=biesi --- netwerk/test/TestBlockingSocket.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netwerk/test/TestBlockingSocket.cpp b/netwerk/test/TestBlockingSocket.cpp index cc018322100..72cca562427 100644 --- a/netwerk/test/TestBlockingSocket.cpp +++ b/netwerk/test/TestBlockingSocket.cpp @@ -150,8 +150,10 @@ main(int argc, char* argv[]) if (NS_FAILED(rv)) return rv; rv = RunBlockingTest(nsDependentCString(hostName), port, file); +#if defined(PR_LOGGING) if (NS_FAILED(rv)) LOG(("RunBlockingTest failed [rv=%x]\n", rv)); +#endif // give background threads a chance to finish whatever work they may // be doing.