fix warning
This commit is contained in:
@@ -176,7 +176,8 @@ void bDNA::initCmpFlags(bDNA *memDNA)
|
|||||||
// this ptr should be the file data
|
// this ptr should be the file data
|
||||||
|
|
||||||
|
|
||||||
assert(!m_Names.size() == 0 && "SDNA empty!");
|
assert(!(m_Names.size() == 0));//DNA empty!
|
||||||
|
|
||||||
mCMPFlags.resize(mStructs.size(), FDF_NONE);
|
mCMPFlags.resize(mStructs.size(), FDF_NONE);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user