Fix clang 13 compilation problems (#5791)
* Fix clang 13 compilation problems Re-instated ShowPlayedSequencesDebug logic by introducing no-op lambda which replaces missing `Draw2dLabel` functionality ( added TODO marker there ) Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * apply review suggestions Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Fix type in assert message Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com>
This commit is contained in:
@@ -2610,15 +2610,8 @@ namespace AssetProcessor
|
||||
{
|
||||
ScopedTransaction transaction(m_databaseConnection);
|
||||
|
||||
const char* statementName = INSERT_NEW_LEGACYSUBID;
|
||||
|
||||
bool creatingNew = entry.m_subIDsEntryID == InvalidEntryId;
|
||||
|
||||
if (!creatingNew)
|
||||
{
|
||||
statementName = OVERWRITE_EXISTING_LEGACYSUBID;
|
||||
}
|
||||
|
||||
if (creatingNew)
|
||||
{
|
||||
if (!s_InsertNewLegacysubidQuery.BindAndStep(*m_databaseConnection, entry.m_productPK, entry.m_subID))
|
||||
|
||||
Reference in New Issue
Block a user