mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-07-23 17:22:14 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
/// file and is not mapped into the run-time address space). If it is mapped,
|
||||
/// the RVA is its address.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public DebugDirectoryEntry[] DebugDirectoryTable;
|
||||
#else
|
||||
public DebugDirectoryEntry[]? DebugDirectoryTable;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user