Avoid a warning from g++ 4.3.
[synfig.git] / ETL / trunk / ETL / _clock_base.h
index 8636cd2..32d8742 100644 (file)
@@ -99,7 +99,8 @@ public:
                        value_type val;
                        for(val=timer();one_second()<length-val;val=timer())
                                ::sleep((int)((length-val)/2.0+0.4));
-                       while(timer()<length);
+                       while(timer()<length)
+                         ;
                }
 
 
@@ -110,7 +111,7 @@ public:
                ** few microseconds faster, but a few tests on my
                ** PowerBook G4 have proved otherwise. Indeed I loose
                ** several microseconds using this "optimized" method.
-               ** Bizzare.
+               ** Bizarre.
                **      - darco (8-17-2002)
                {
                        timestamp endtime=get_current_time()+seconds_to_timestamp(length);