Annotate or remove unused elements.

This commit is contained in:
2023-10-05 01:05:21 +01:00
parent e59bc38221
commit a03ee5efee
4 changed files with 9 additions and 0 deletions

View File

@@ -30,11 +30,13 @@
// Copyright © 2011-2023 Natalia Portillo
// ****************************************************************************/
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
namespace Aaru.Helpers;
/// <summary>Helper operations to work with swapping endians</summary>
[SuppressMessage("ReSharper", "UnusedMember.Global")]
public static class Swapping
{
/// <summary>Gets the PDP endian equivalent of the given little endian unsigned integer</summary>