mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- neutrinofonts: fix -Wnarrowing warning in osd_setup
This commit is contained in:
@@ -44,7 +44,7 @@ typedef struct font_sizes {
|
|||||||
|
|
||||||
typedef struct font_sizes_groups {
|
typedef struct font_sizes_groups {
|
||||||
const neutrino_locale_t groupname;
|
const neutrino_locale_t groupname;
|
||||||
const unsigned int count;
|
const size_t count;
|
||||||
const SNeutrinoSettings::FONT_TYPES *const content;
|
const SNeutrinoSettings::FONT_TYPES *const content;
|
||||||
const char * const actionkey;
|
const char * const actionkey;
|
||||||
const neutrino_locale_t hint;
|
const neutrino_locale_t hint;
|
||||||
|
Reference in New Issue
Block a user