mayah / tinytoml

A header only C++11 library for parsing TOML
BSD 2-Clause "Simplified" License
167 stars 31 forks source link

clear up some wShadow warnings from gcc4.9 #42

Closed phlptp closed 5 years ago

phlptp commented 5 years ago

The PR clears up some -Wshadow warnings from gcc 4.9 and earlier. I am pretty sure they are spurious as they don't occur in later versions but they are annoying when using toml.h with gcc 4.9.

mayah commented 5 years ago

LGTM