• Jesse Beder's avatar
    Revert "Fix compile warning with -Wshadow" · 04dddd69
    Jesse Beder authored
    This reverts commit 1f5e971f.
    
    See #1306; the previous commit caused an error with -Wpedantic:
    
    yaml-cpp/include/yaml-cpp/emitterstyle.h:13:2: error: extra ‘;’ [-Wpedantic]
    
    Since the original commit was to resolve warnings, reverting and the OP can produce a new one that fixes this issue.
    04dddd69
singledocparser.cpp 11.8 KB