Silence warnings in divetooltipitem.cpp

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2016-03-09 15:15:53 -03:00 committed by Dirk Hohndel
parent 309f0f722a
commit 0f386420e0

View file

@ -243,7 +243,7 @@ void ToolTipItem::refresh(const QPointF &pos)
struct plot_data *entry;
static QPixmap tissues(16,60);
static QPainter painter(&tissues);
static struct membuffer mb = { 0 };
static struct membuffer mb = {};
if(refreshTime.elapsed() < 40)
return;