mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 03:29:16 +02:00
Silence a clang static analysis warning (should newer happen)
This commit is contained in:
@ -87,8 +87,9 @@ qreal DEM::elevation(const Coordinates &c)
|
||||
return NAN;
|
||||
} else {
|
||||
ba = new QByteArray(file.readAll());
|
||||
qreal ele = height(c, ba);
|
||||
_data.insert(k, ba);
|
||||
return height(c, ba);
|
||||
return ele;
|
||||
}
|
||||
} else
|
||||
return height(c, ba);
|
||||
|
Reference in New Issue
Block a user