dolphin/Source/Core/Common/Config
Léo Lam ad75215bb0 Fix several warnings
A small, nonexhaustive set of warning fixes. The DiscIO Volume change
is a workaround for a GCC bug [1] that causes returning an unengaged
std::optional to emit annoying -Wmaybe-uninitialized warnings.
This last change alone fixes pages upon pages of warnings since
Volume.h is included from several files.

-Wstringop-truncation is another irrelevant warning for us, but
unfortunately there seems to be no way to disable it without
adding ugly pragmas wherever the warning appears.
2020-01-04 12:11:39 +01:00
..
Config.cpp Fix several warnings 2020-01-04 12:11:39 +01:00
Config.h Fix race conditions in Config Layers 2019-07-30 22:10:17 +02:00
ConfigInfo.cpp Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
ConfigInfo.h Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
Enums.h Rename all instances of "CemuhookUDPServer"/"UDPServer" to "DualShockUDPClient"/"DSUClient". 2019-10-27 16:05:22 +01:00
Layer.cpp Change Layer code not to create superfluous std::optional entries in LayerMap 2019-08-01 22:22:05 +02:00
Layer.h Change Layer code not to create superfluous std::optional entries in LayerMap 2019-08-01 22:22:05 +02:00