From 157ad3f54f6f8b16f9bf4004d3dc954197eaf66a Mon Sep 17 00:00:00 2001 From: gdkchan Date: Thu, 6 Aug 2020 18:40:41 -0300 Subject: Silence several build warnings (#1428) * Silence several build warnings * Remove fixed buffers from NVDEC struct * Remove unused field and usings * Fix wrong name * Silence more warning on H264 PictureInfo --- Ryujinx.Graphics.Nvdec/Types/H264/ReferenceFrame.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Ryujinx.Graphics.Nvdec/Types/H264/ReferenceFrame.cs') diff --git a/Ryujinx.Graphics.Nvdec/Types/H264/ReferenceFrame.cs b/Ryujinx.Graphics.Nvdec/Types/H264/ReferenceFrame.cs index 5db311ae..163a8783 100644 --- a/Ryujinx.Graphics.Nvdec/Types/H264/ReferenceFrame.cs +++ b/Ryujinx.Graphics.Nvdec/Types/H264/ReferenceFrame.cs @@ -2,9 +2,11 @@ { struct ReferenceFrame { +#pragma warning disable CS0649 public uint Unknown0; public uint Unknown4; public uint Unknown8; public uint UnknownC; +#pragma warning restore CS0649 } } -- cgit v1.2.3