mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-08-01 05:28:44 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -282,7 +282,11 @@
|
||||
/// Code integrity information.
|
||||
/// </summary>
|
||||
/// <remarks>12 bytes</remarks>
|
||||
#if NET48
|
||||
public byte[] CodeIntegrity;
|
||||
#else
|
||||
public byte[]? CodeIntegrity;
|
||||
#endif
|
||||
|
||||
#region GuardAddressTakenIatEntryTable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user