1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Silenced QT6 warning

This commit is contained in:
Martin Tůma 2021-08-31 18:23:10 +02:00
parent da522cd2ba
commit 045dab6cdd

View File

@ -63,7 +63,7 @@ bool DEMLoader::loadTiles(const RectC &rect)
if (dl.size() > DOWNLOAD_LIMIT) {
qWarning("DEM download limit exceeded. Limit/requested: %u/%u.",
DOWNLOAD_LIMIT, dl.size());
DOWNLOAD_LIMIT, (unsigned)dl.size());
return false;
}