Do not initialize unnecessarily #613
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/Ryujinx.HLE/HOS/Services/Nv/INvDrvServices.cs#L58
Field 'INvDrvServices._debugModeEnabled' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.HLE/HOS/Services/Pctl/ParentalControlServiceFactory/IParentalControlService.cs#L19
Field 'IParentalControlService._featuresRestriction' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.HLE/HOS/Services/Pctl/ParentalControlServiceFactory/IParentalControlService.cs#L18
Field 'IParentalControlService._restrictionEnabled' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.HLE/HOS/Services/Am/AppletAE/AllSystemAppletProxiesService/SystemAppletProxy/ISelfController.cs#L25
Field 'ISelfController._accumulatedSuspendedTickValue' is never assigned to, and will always have its default value 0
|
Build:
src/Ryujinx.HLE/HOS/Services/Mii/MiiDatabaseManager.cs#L14
Field 'MiiDatabaseManager._isTestModeEnabled' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.HLE/HOS/Services/Fs/FileSystemProxy/LazyFile.cs#L13
Field 'LazyFile._fileReference' is never assigned to, and will always have its default value
|
Build:
src/Ryujinx.Tests/Cpu/CpuTestSimdReg.cs#L604
Field 'CpuTestSimdReg._noInfs' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.Tests/Cpu/CpuTest.cs#L25
Field 'CpuTest._ignoreAllExceptFpsrQc' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.Tests/Cpu/CpuTestSimd.cs#L1254
Field 'CpuTestSimd._noZeros' is never assigned to, and will always have its default value false
|
Build:
src/Ryujinx.Tests/Cpu/CpuTestSimdCvt32.cs#L164
Field 'CpuTestSimdCvt32._noZeros' is never assigned to, and will always have its default value false
|
Loading