From 4c13e788930fff9766176e52f781e32d95977f03 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Thu, 27 May 2010 20:30:15 +0000 Subject: [PATCH] Fix a mingw warning --- src/engines/gstengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engines/gstengine.cpp b/src/engines/gstengine.cpp index a8134abdf..68ebc8b19 100644 --- a/src/engines/gstengine.cpp +++ b/src/engines/gstengine.cpp @@ -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 {