diff options
| author | Patrick Barron <18354464+barronpm@users.noreply.github.com> | 2020-05-12 16:08:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-12 16:08:28 +0000 |
| commit | 6379391f871424177c6048a54ccd061d6e44bc4a (patch) | |
| tree | cf268efbe2d8aaeee964ef8e893ae382abf88ad4 /DvdLib/BigEndianBinaryReader.cs | |
| parent | 37dcbfbc3980ed962c28fe7f1ee9d8a78f65ec19 (diff) | |
| parent | 32c118222647f121c0b17055c0ef158763c0b5d2 (diff) | |
Merge branch 'master' into activitydb-efcore
Diffstat (limited to 'DvdLib/BigEndianBinaryReader.cs')
| -rw-r--r-- | DvdLib/BigEndianBinaryReader.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DvdLib/BigEndianBinaryReader.cs b/DvdLib/BigEndianBinaryReader.cs index 473005b55..b3aad85ce 100644 --- a/DvdLib/BigEndianBinaryReader.cs +++ b/DvdLib/BigEndianBinaryReader.cs @@ -1,3 +1,5 @@ +#pragma warning disable CS1591 + using System.Buffers.Binary; using System.IO; |
