mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 19:31:02 +01:00
Fix a mingw warning
This commit is contained in:
parent
734d505eb7
commit
4c13e78893
@ -652,7 +652,7 @@ qint64 GstEngine::PruneScope() {
|
||||
qint64 pos = current_pipeline_->position();
|
||||
|
||||
GstBuffer *buf = 0;
|
||||
quint64 etime;
|
||||
quint64 etime = 0;
|
||||
|
||||
// free up the buffers that the audio device has advanced past already
|
||||
do {
|
||||
|
Loading…
Reference in New Issue
Block a user