GCC 12 fixes

This commit is contained in:
Liam 2022-04-28 13:22:34 -04:00
parent a7f7279d9d
commit 709d7fd92c
4 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@
namespace Settings {
Values values = {};
Values values;
static bool configuring_global = true;
std::string GetTimeZoneString() {