diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-08-04 16:20:52 +0200 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2020-08-04 16:20:52 +0200 |
| commit | 18efa25a6fdcfab2326cb35bb5781138a83e9d56 (patch) | |
| tree | 513b3caa23cd9530ef7ee70b9c82db776fbe288f /MediaBrowser.MediaEncoding/Attachments | |
| parent | 237cb4e383c1e88e4feff19f3c827d63d6431821 (diff) | |
Enable TreatWarningsAsErrors for MediaBrowser.MediaEncoding
Diffstat (limited to 'MediaBrowser.MediaEncoding/Attachments')
| -rw-r--r-- | MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs b/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs index f02999370..a8ebe6bc5 100644 --- a/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs +++ b/MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs @@ -1,3 +1,5 @@ +#pragma warning disable CS1591 + using System; using System.Collections.Concurrent; using System.Diagnostics; |
