parent
e8c84519da
commit
015ab00e12
@ -41,8 +41,10 @@ Implements the 1.10.x protocol classes:
|
|||||||
// IMPORTANT: The enum is used to automate the sequential counting of the
|
// IMPORTANT: The enum is used to automate the sequential counting of the
|
||||||
// Metadata indexes. Adding a new enum value causes the following values to
|
// Metadata indexes. Adding a new enum value causes the following values to
|
||||||
// increase their index. Therefore the ordering of the enum values is VERY important!
|
// increase their index. Therefore the ordering of the enum values is VERY important!
|
||||||
#pragma clang diagnostic push
|
#ifdef __clang__
|
||||||
#pragma clang diagnostic ignored "-Wduplicate-enum"
|
#pragma clang diagnostic push
|
||||||
|
#pragma clang diagnostic ignored "-Wduplicate-enum"
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace Metadata
|
namespace Metadata
|
||||||
{
|
{
|
||||||
@ -272,8 +274,9 @@ namespace Metadata
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#pragma clang diagnostic pop // Restore ignored clang errors
|
#ifdef __clang__
|
||||||
|
#pragma clang diagnostic pop // Restore ignored clang errors
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user