danielaparker / jsoncons

A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
https://danielaparker.github.io/jsoncons
Other
699 stars 158 forks source link

Fix for shadowed path variable #443

Closed MonkeybreadSoftware closed 11 months ago

MonkeybreadSoftware commented 1 year ago

Fixes the warning about declaration shadows a local variable for path parameter.

danielaparker commented 11 months ago

Thanks for contributing!

MonkeybreadSoftware commented 11 months ago

Welcome. I just started using it and we try to have the compiler check as much as possible and fix warnings as much as possible.