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:
parent
da522cd2ba
commit
045dab6cdd
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user