pboettch / json-schema-validator

JSON schema validator for JSON for Modern C++
Other
463 stars 133 forks source link

Fix Clang compiler warnings #290

Closed serge-s closed 7 months ago

serge-s commented 8 months ago

Fix "unused variable" warnings generated by Clang. This fix can be useful for those who want to build with -Werror

serge-s commented 8 months ago

"test / Run ctests" actions failure doesn't seem to be related to these changes - they all fail at CMake configure stage while I'm only touching C++ code.