getml / reflect-cpp

A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org[C++20]
https://getml.github.io/reflect-cpp/
MIT License
901 stars 76 forks source link

Fix several warnings #143

Closed BjornSAIM closed 1 month ago

BjornSAIM commented 1 month ago

Noticed while using Clang 18.1.7

liuzicheng1987 commented 1 month ago

Looks good to me.

If the checks run through, I will merge this as well.