summaryrefslogtreecommitdiffstats
path: root/plugins/geoservices
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@accenture.com>2011-11-22 11:25:26 +0000
committerGareth Stockwell <gareth.stockwell@accenture.com>2011-11-22 12:08:00 +0000
commita41fb89ffebce92f8fb1d7fb1dc9b457302fdfde (patch)
tree07284f647361560405c30159fc4af591fe821ce6 /plugins/geoservices
parent2f7732417b1366336169cf4b6614a1530e22a87b (diff)
Silenced compiler warnings
Reviewed-by: TrustMe
Diffstat (limited to 'plugins/geoservices')
-rw-r--r--plugins/geoservices/nokia/jsonparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/geoservices/nokia/jsonparser.h b/plugins/geoservices/nokia/jsonparser.h
index 5ea0a69072..365e153864 100644
--- a/plugins/geoservices/nokia/jsonparser.h
+++ b/plugins/geoservices/nokia/jsonparser.h
@@ -76,7 +76,7 @@ public:
if (pos < data.size())
return data[pos].toLatin1();
else
- return -1;
+ return static_cast<char>(-1);
}
QChar peekQ() const {