Commit 8b3778a6 by Jesse Beder

Fixed warnings

parent 0abbf650
...@@ -593,7 +593,6 @@ namespace YAML ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment