mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #800 Fixed some implicit conversion warnings.
This commit is contained in:
committed by
Klaus Basan
parent
461474e29d
commit
5791de6860
@@ -285,7 +285,7 @@ namespace BlackSound
|
||||
if (!success) return false;
|
||||
|
||||
CombinedHeader header;
|
||||
qint64 headerLength = sizeof(CombinedHeader);
|
||||
constexpr auto headerLength = sizeof(CombinedHeader);
|
||||
memset(&header, 0, headerLength);
|
||||
|
||||
// RIFF header
|
||||
|
||||
Reference in New Issue
Block a user