Maintenance: build warnings #1310
Annotations
1 error and 11 warnings
Unit Tests
Process completed with exit code 1.
|
Build:
src/Decompiler/Evaluation/ExpressionSimplifier.cs#L215
Unreachable code detected
|
Build:
src/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
|
Build:
src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' is never used
|
Build:
src/Decompiler/Analysis/FpuStackReturnGuesser.cs#L81
Field 'FpuStackReturnGuesser.Worker.changed' is never assigned to, and will always have its default value false
|
Build:
src/UserInterfaces/AvaloniaUI/ViewModels/OpenAsViewModel.cs#L44
Non-nullable field 'selectedProcessorModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/UserInterfaces/AvaloniaUI/ViewModels/MenuStatusSetter.cs#L72
Possible null reference argument for parameter 'text' in 'void IMenuAdapter.SetText(int i, string text)'.
|
Build:
src/UserInterfaces/AvaloniaUI/ViewModels/DockFactory.cs#L207
Nullability of reference types in value of type 'Dictionary<string, Func<object>>' doesn't match target type 'Dictionary<string, Func<object?>>'.
|
Build:
src/UserInterfaces/AvaloniaUI/ViewModels/DockFactory.cs#L229
Nullability of reference types in value of type 'Dictionary<string, Func<IHostWindow>>' doesn't match target type 'Dictionary<string, Func<IHostWindow?>>'.
|
Build:
src/UserInterfaces/AvaloniaUI/ViewModels/DecompilerCommandItems.cs#L106
Possible null reference argument for parameter 'key' in 'void MenuSystem.AddBinding(string windowKey, Guid cmdSet, int id, string key, KeyModifiers modifiers)'.
|
Build:
src/UserInterfaces/AvaloniaUI/ViewModels/AvaloniaTextSpanFactory.cs#L172
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Install dependencies
pkg-config 0.29.2_3 is already installed and up-to-date.
To reinstall 0.29.2_3, run:
brew reinstall pkg-config
|
Loading