dolphin/Source/Core/Core/IOS
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
..
DI Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
ES Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
FS Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
Network Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
SDIO IOS/SDIOSlot0: Tidy up parameter names of ExecuteCommand 2019-05-31 07:28:11 -04:00
STM Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
USB Fix several warnings 2020-01-04 12:11:39 +01:00
WFS Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
Device.cpp Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
Device.h Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
DeviceStub.cpp Use nested namespaces for IOS HLE 2018-05-30 11:40:05 +02:00
DeviceStub.h Use nested namespaces for IOS HLE 2018-05-30 11:40:05 +02:00
DolphinDevice.cpp Add /dev/dolphin for homebrew to get information about Dolphin 2019-11-09 15:31:51 +01:00
DolphinDevice.h Add /dev/dolphin for homebrew to get information about Dolphin 2019-11-09 15:31:51 +01:00
IOS.cpp Add /dev/dolphin for homebrew to get information about Dolphin 2019-11-09 15:31:51 +01:00
IOS.h Core: Use nested namespace specifiers where applicable 2019-06-17 16:32:30 -04:00
IOSC.cpp Core/IOS: Use fmt where applicable 2019-06-20 11:50:02 -04:00
IOSC.h IOS: Put common key handles in an array 2019-07-21 09:37:06 +02:00
MIOS.cpp Reset Wiimotes on force stop and when starting MIOS 2019-11-17 12:20:26 -08:00
MIOS.h Use nested namespaces for IOS HLE 2018-05-30 11:40:05 +02:00
Uids.h Move all UID constants to a single file 2018-05-09 21:08:24 +02:00
VersionInfo.cpp VersionInfo: Replace IOS59 v7021 with v9249 2018-12-01 22:29:39 +04:00
VersionInfo.h Use nested namespaces for IOS HLE 2018-05-30 11:40:05 +02:00