mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-17 05:45:34 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -17,7 +17,11 @@ namespace SabreTools.Models.NewExecutable
|
||||
/// "E" is high-order byte.
|
||||
/// </summary>
|
||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 2)]
|
||||
#if NET48
|
||||
public string Magic;
|
||||
#else
|
||||
public string? Magic;
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Version number of the linker.
|
||||
|
||||
Reference in New Issue
Block a user