Cleanup some Compiler Warnings

This commit is contained in:
jojo61
2024-10-15 09:59:20 +02:00
parent 68fc7e4511
commit 41da5ca526
7 changed files with 215 additions and 160 deletions

View File

@@ -61,7 +61,7 @@ extern void ToggleLUT();
/// vdr-plugin version number.
/// Makefile extracts the version number for generating the file name
/// for the distribution archive.
static const char *const VERSION = "3.25"
static const char *const VERSION = "3.26"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif