Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit e8f2eb9

Browse files
committed
Merging r308484:
------------------------------------------------------------------------ r308484 | hans | 2017-07-19 08:06:31 -0700 (Wed, 19 Jul 2017) | 1 line Defeat another -Wunused-but-set-variable warning ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@308488 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 7a74a42 commit e8f2eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/ParallelJIT/ParallelJIT.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ class WaitForThreads
145145
waitFor = 0;
146146

147147
int result = pthread_cond_init( &condition, nullptr );
148+
(void)result;
148149
assert( result == 0 );
149150

150151
result = pthread_mutex_init( &mutex, nullptr );

0 commit comments

Comments
 (0)