Fix Linux build (a static_assert unfortunately fires for Clang)
Signed-off-by: Nicholas Van Sickle <nvsickle@amazon.com>
This commit is contained in:
@@ -352,7 +352,7 @@ namespace AZ::Dom
|
||||
}
|
||||
else
|
||||
{
|
||||
static_assert(false, "AZ::Dom::Value::GetType: m_value has an unexpected type");
|
||||
AZ_Assert(false, "AZ::Dom::Value::GetType: m_value has an unexpected type");
|
||||
}
|
||||
},
|
||||
m_value);
|
||||
|
||||
Reference in New Issue
Block a user