diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-05-06 20:38:45 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 20:38:45 +0900 |
| commit | 822c14af4d91650eff9f99dd81d161dfb801d0a0 (patch) | |
| tree | 1f00704d427f9f1b64fed4991d61a8de06294557 /DvdLib/Ifo/Chapter.cs | |
| parent | c15463fa122041e599d828b73c543b5f49c300d9 (diff) | |
| parent | 974a4e79f647356caf6e497852fe799ade403930 (diff) | |
Merge pull request #2949 from Bond-009/dvdlib2
Enable TreatWarningsAsErrors for DvdLib
Diffstat (limited to 'DvdLib/Ifo/Chapter.cs')
| -rw-r--r-- | DvdLib/Ifo/Chapter.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DvdLib/Ifo/Chapter.cs b/DvdLib/Ifo/Chapter.cs index bd3bd9704..1e69429f8 100644 --- a/DvdLib/Ifo/Chapter.cs +++ b/DvdLib/Ifo/Chapter.cs @@ -1,3 +1,5 @@ +#pragma warning disable CS1591 + namespace DvdLib.Ifo { public class Chapter |
