Minor clean

no functional change
This commit is contained in:
Kurt
2020-06-02 07:11:11 -07:00
parent 3128e293ff
commit 4cf69da7e5
6 changed files with 23 additions and 17 deletions

View File

@@ -1,6 +1,8 @@
namespace pkNX.Structures
{
#pragma warning disable CA1027 // Mark enums with FlagsAttribute
public enum AmxError
#pragma warning restore CA1027 // Mark enums with FlagsAttribute
{
AMX_ERR_NONE,
/* reserve the first 15 error codes for exit codes of the abstract machine */