summaryrefslogtreecommitdiff
path: root/client/tunnel_channel.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-12-06 17:55:16 +0200
committerAlon Levy <alevy@redhat.com>2010-12-08 17:11:45 +0200
commit06749bd66bb3e689bc96be1a3739747912ee0020 (patch)
treedf26e6897c54367f176d3bdeff757896c090a9d5 /client/tunnel_channel.h
parent2cd07dd8f3dd9bf34b1725bb015aecefc93b3454 (diff)
mingw32 build: fix signed/unsigned warnings as errors
Diffstat (limited to 'client/tunnel_channel.h')
-rw-r--r--client/tunnel_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tunnel_channel.h b/client/tunnel_channel.h
index 553d49b..63174d8 100644
--- a/client/tunnel_channel.h
+++ b/client/tunnel_channel.h
@@ -133,7 +133,7 @@ private:
int _in_msg_len;
std::string _out_msg; // <virtual ip>\n
- int _out_msg_pos;
+ unsigned _out_msg_pos;
};
#endif