From: James Turner Date: Mon, 30 Sep 2013 15:44:04 +0000 (+0100) Subject: Fix a signed/unsigned compare warning X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=83a3241830361f621259f37ec9953a74b972fb96;p=simgear.git Fix a signed/unsigned compare warning --- diff --git a/simgear/scene/tsync/terrasync.cxx b/simgear/scene/tsync/terrasync.cxx index ed613336..4fa9905a 100644 --- a/simgear/scene/tsync/terrasync.cxx +++ b/simgear/scene/tsync/terrasync.cxx @@ -176,7 +176,7 @@ public: static const int SYNC_SLOT_TILES = 0; ///< Terrain and Objects sync static const int SYNC_SLOT_SHARED_DATA = 1; /// shared Models and Airport data -static const int NUM_SYNC_SLOTS = 2; +static const unsigned int NUM_SYNC_SLOTS = 2; /** * @brief translate a sync item type into one of the available slots.