diff options
| author | Patrick Barron <18354464+barronpm@users.noreply.github.com> | 2020-05-10 15:00:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-10 15:00:52 +0000 |
| commit | 0549d59a5f8fc38c6075e8ca162832ae2edd3571 (patch) | |
| tree | a6e47f85fc1f2b0af5df859ce319d31379a66d1d /DvdLib/Ifo/UserOperation.cs | |
| parent | 55cfa96b9f8127c6327702fe98407d771bb987b7 (diff) | |
| parent | f33876e7e351129ea2296b537b38f9c87fd67b70 (diff) | |
Merge branch 'master' into generated-code-cleanup
Diffstat (limited to 'DvdLib/Ifo/UserOperation.cs')
| -rw-r--r-- | DvdLib/Ifo/UserOperation.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DvdLib/Ifo/UserOperation.cs b/DvdLib/Ifo/UserOperation.cs index 757a5a05d..5d111ebc0 100644 --- a/DvdLib/Ifo/UserOperation.cs +++ b/DvdLib/Ifo/UserOperation.cs @@ -1,3 +1,5 @@ +#pragma warning disable CS1591 + using System; namespace DvdLib.Ifo |
