Fixed warnings
This commit is contained in:
parent
f19fb180c2
commit
3b5395c3ed
@ -593,7 +593,6 @@ namespace YAML
|
|||||||
void Emitter::BlockMapPrepareLongKeyValue(EmitterNodeType::value child)
|
void Emitter::BlockMapPrepareLongKeyValue(EmitterNodeType::value child)
|
||||||
{
|
{
|
||||||
const unsigned curIndent = m_pState->CurIndent();
|
const unsigned curIndent = m_pState->CurIndent();
|
||||||
const unsigned nextIndent = curIndent + m_pState->CurGroupIndent();
|
|
||||||
|
|
||||||
if(child == EmitterNodeType::None)
|
if(child == EmitterNodeType::None)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user