boostorg / property_tree

Boost.org property_tree module
http://boost.org/libs/property_tree
55 stars 93 forks source link

Warning fixes: Conversion and unused parameter warnings. #15

Closed joachim-faulhaber closed 8 years ago

CornedBee commented 8 years ago

Fixed the conversion warnings by changing the variable types. The second unused parameter warning was a real bug. Created separate commits. Thanks for pointing these out.