Fix gcc warning
parent
361a8c4ddd
commit
35ce6c228a
|
@ -102,7 +102,7 @@ std::streampos CInputStreamBuffer::seekoff(std::streamoff off, std::ios_base::se
|
||||||
* egtpr - end of block
|
* egtpr - end of block
|
||||||
off argument is relative to way */
|
off argument is relative to way */
|
||||||
|
|
||||||
std::streamoff new_position;
|
std::streamoff new_position{};
|
||||||
|
|
||||||
switch (way)
|
switch (way)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue