From 4546f29469d01fcbb5a030c4cf1746b786b495da Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 3 Aug 2017 03:20:07 +0300 Subject: Fix signed / unsigned comparision issue in old gcc. --- src/dyetool/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dyetool/client.cpp') diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp index 8ed409a0a..05a5d365a 100644 --- a/src/dyetool/client.cpp +++ b/src/dyetool/client.cpp @@ -307,7 +307,7 @@ void Client::gameInit() touchManager.init(); // Initialize the item and emote shortcuts. -// for (unsigned f = 0; f < SHORTCUT_TABS; f ++) +// for (size_t f = 0; f < SHORTCUT_TABS; f ++) // itemShortcut[f] = new ItemShortcut(f); // emoteShortcut = new EmoteShortcut; // dropShortcut = new DropShortcut; -- cgit v1.2.3-60-g2f50