Revision: 11561
Author:   [email protected]
Date:     Tue May 15 02:21:49 2012
Log:      Fix freebsd build.

BUG=2126
TEST=

Review URL: https://chromiumcodereview.appspot.com/10381149
Patch from Geoffrey Garside <[email protected]>.
http://code.google.com/p/v8/source/detail?r=11561

Modified:
 /branches/bleeding_edge/src/platform-freebsd.cc

=======================================
--- /branches/bleeding_edge/src/platform-freebsd.cc     Fri Apr 13 07:08:31 2012
+++ /branches/bleeding_edge/src/platform-freebsd.cc     Tue May 15 02:21:49 2012
@@ -554,6 +554,7 @@
     ASSERT(result == 0);
     result = pthread_mutex_init(&mutex_, &attrs);
     ASSERT(result == 0);
+    USE(result);
   }

   virtual ~FreeBSDMutex() { pthread_mutex_destroy(&mutex_); }

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to