Cleaned up compilation warnings again.

This commit is contained in:
Rolf Ahrenberg 2012-03-19 18:09:16 +02:00
parent 66eca7f8b5
commit 543accdd06
3 changed files with 6 additions and 2 deletions

View File

@ -441,3 +441,7 @@ VDR Plugin 'femon' Revision History
- Cleaned up compilation warnings.
- Fixed channel switching.
2012-xx-xx: Version 1.7.16
- Cleaned up compilation warnings again.

View File

@ -22,7 +22,7 @@
#define GITVERSION ""
#endif
static const char VERSION[] = "1.7.15" GITVERSION;
static const char VERSION[] = "1.7.16" GITVERSION;
static const char DESCRIPTION[] = trNOOP("DVB Signal Information Monitor (OSD)");
static const char MAINMENUENTRY[] = trNOOP("Signal Information");

View File

@ -64,7 +64,7 @@ enum eFemonThemes
struct cFemonTheme
{
unsigned int bpp;
int bpp;
unsigned int clrBackground;
unsigned int clrTitleBackground;
unsigned int clrTitleText;