mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Fix warning.
This commit is contained in:
parent
6d8d7fc9bf
commit
368d16f578
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <map>
|
||||
#include <variant>
|
||||
#include "Types.h"
|
||||
#include "maybe_unused.h"
|
||||
|
||||
struct BIOS_DEBUG_MODULE_INFO
|
||||
{
|
||||
|
@ -45,6 +46,7 @@ enum class BIOS_DEBUG_OBJECT_FIELD_ATTRIBUTE
|
|||
POSSIBLE_STR_POINTER = (1 << 7)
|
||||
};
|
||||
|
||||
FRAMEWORK_MAYBE_UNUSED
|
||||
static BIOS_DEBUG_OBJECT_FIELD_ATTRIBUTE operator|(BIOS_DEBUG_OBJECT_FIELD_ATTRIBUTE lhs, BIOS_DEBUG_OBJECT_FIELD_ATTRIBUTE rhs)
|
||||
{
|
||||
auto result = static_cast<uint32>(lhs) | (static_cast<uint32>(rhs));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue