- epgplus: mark framebuffer pointer in header class as unused

This commit is contained in:
vanhofen
2017-04-10 10:26:21 +02:00
committed by svenhoefer
parent 5ae1a6b459
commit 8e8b95a932

View File

@@ -81,9 +81,9 @@ static int current_bouquet;
Font *EpgPlus::Header::font = NULL;
EpgPlus::Header::Header(CFrameBuffer * pframeBuffer, int px, int py, int pwidth)
EpgPlus::Header::Header(CFrameBuffer * pframeBuffer __attribute__((unused)), int px, int py, int pwidth)
{
this->frameBuffer = pframeBuffer;
//this->frameBuffer = pframeBuffer;
this->x = px;
this->y = py;
this->width = pwidth;