X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FParallelJIT%2FParallelJIT.cpp;fp=examples%2FParallelJIT%2FParallelJIT.cpp;h=305cf1dde06f8fad42ea91da1b0ef3f55ff30dfc;hp=3e483275edbb1e986e20df05e9fbd529f36772f5;hb=637f949a7fc97aa42e7360e9ed9462316b772d88;hpb=cceb8f44a0ca3a9c57ab3a7f4947b2abda531cef diff --git a/examples/ParallelJIT/ParallelJIT.cpp b/examples/ParallelJIT/ParallelJIT.cpp index 3e483275edb..305cf1dde06 100644 --- a/examples/ParallelJIT/ParallelJIT.cpp +++ b/examples/ParallelJIT/ParallelJIT.cpp @@ -209,7 +209,8 @@ private: waitFor = 0; int result = pthread_cond_broadcast( &condition ); - assert(result == 0); result=result; + (void)result; + assert(result == 0); } size_t n;