mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:40:05 +00:00
Added default value for clang (has unreachable enum value)
This commit is contained in:
parent
97b5b6f4ca
commit
e683154f02
1 changed files with 3 additions and 0 deletions
|
|
@ -224,6 +224,9 @@ QFileBuffer::pos_type QFileBuffer::seekoff(off_type off,
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
default:
|
||||||
|
logger_->error("Got invalid seekdir value");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (newPos != static_cast<off_type>(-1))
|
if (newPos != static_cast<off_type>(-1))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue