diff options
| author | 2022-04-28 13:22:34 -0400 | |
|---|---|---|
| committer | 2022-04-28 16:50:34 -0400 | |
| commit | 709d7fd92c948dcf44897362d353d540abb38a1f (patch) | |
| tree | 46fd44db803df394798c89bcebc73e8f71fc6bfd /src/common | |
| parent | Merge pull request #8260 from Morph1984/c4146 (diff) | |
| download | yuzu-709d7fd92c948dcf44897362d353d540abb38a1f.tar.gz yuzu-709d7fd92c948dcf44897362d353d540abb38a1f.tar.xz yuzu-709d7fd92c948dcf44897362d353d540abb38a1f.zip | |
GCC 12 fixes
Diffstat (limited to '')
| -rw-r--r-- | src/common/settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index fdc012355..9a9c74a70 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | 10 | ||
| 11 | namespace Settings { | 11 | namespace Settings { |
| 12 | 12 | ||
| 13 | Values values = {}; | 13 | Values values; |
| 14 | static bool configuring_global = true; | 14 | static bool configuring_global = true; |
| 15 | 15 | ||
| 16 | std::string GetTimeZoneString() { | 16 | std::string GetTimeZoneString() { |