mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Fixed warnings
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user