]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a GCC warning.
authorJames Turner <zakalawe@mac.com>
Sat, 9 Feb 2013 15:33:13 +0000 (15:33 +0000)
committerJames Turner <zakalawe@mac.com>
Sat, 9 Feb 2013 15:33:13 +0000 (15:33 +0000)
src/Aircraft/FlightHistory.hxx

index 38e3d44f2f6fe9ad7c4e29ef40953cc254933d38..c5d3aa33bc55989e9a0363fadddac6380a7fd8ec 100644 (file)
@@ -69,7 +69,7 @@ private:
         int simTimeMSec;
     };
     
-    static const int SAMPLE_BUCKET_WIDTH = 1024;
+    static const unsigned int SAMPLE_BUCKET_WIDTH = 1024;
     
     /**
      * Bucket is a fixed-size container of samples. This is a crude slab