/home/teeworlds/git/teeworlds/src/engine/shared/console.cpp:812:76: error: narrowing conversion of '4294967078u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static CIntVariableData Data = { this, &g_Config.m_##Name, Min, Max, Def }; \
^
/home/teeworlds/git/teeworlds/src/././game/variables.h:38:1: note: in expansion of macro 'MACRO_CONFIG_INT'
MACRO_CONFIG_INT(EdColorGridInner, ed_color_grid_inner, 0xFFFFFF26, 0, 0, CFGFLAG_CLIENT|CFGFLAG_SAVE, "Color inner grid")
^~~~~~~~~~~~~~~~