]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Format in a way so that gcc doesn't warn.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 24 Jul 2010 10:30:48 +0000 (10:30 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 24 Jul 2010 10:30:48 +0000 (10:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@21568 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/boost/libs/thread/src/pthread/thread.cpp

index 1c13a9a29b35360e0a7411ece39c6697d7e6d5df..d1df24fb97c9f2941bf9bcc1752ba7578029796e 100644 (file)
@@ -330,7 +330,8 @@ namespace boost
             if(thread_info)
             {
                 unique_lock<mutex> lk(thread_info->sleep_mutex);
-                while(thread_info->sleep_condition.timed_wait(lk,st));
+                while(thread_info->sleep_condition.timed_wait(lk,st))
+                 ;
             }
             else
             {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.