summaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qpacketprotocol.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-02-12 05:17:15 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-02-12 05:17:15 (GMT)
commitf468cb54e4b9a7f19377ca1e07c313beb71e1025 (patch)
tree651d4d62b37be705f72c52650a107128424ea44f /src/declarative/debugger/qpacketprotocol.cpp
parent5cdeb08485f3ed49efc3d0b918254e78ad00c84b (diff)
downloadQt-f468cb54e4b9a7f19377ca1e07c313beb71e1025.zip
Qt-f468cb54e4b9a7f19377ca1e07c313beb71e1025.tar.gz
Qt-f468cb54e4b9a7f19377ca1e07c313beb71e1025.tar.bz2
Fix warnings
Diffstat (limited to 'src/declarative/debugger/qpacketprotocol.cpp')
-rw-r--r--src/declarative/debugger/qpacketprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/debugger/qpacketprotocol.cpp b/src/declarative/debugger/qpacketprotocol.cpp
index b76c461..fb07c62 100644
--- a/src/declarative/debugger/qpacketprotocol.cpp
+++ b/src/declarative/debugger/qpacketprotocol.cpp
@@ -165,7 +165,7 @@ public Q_SLOTS:
{
if(-1 == inProgressSize) {
// We need a size header of sizeof(qint32)
- if(sizeof(qint32) > dev->bytesAvailable())
+ if(sizeof(qint32) > (uint)dev->bytesAvailable())
return;
// Read size header