forkachild / C-Simple-JSON-Parser

Extremely lightweight, easy-to-use & blazing fast JSON parsing library written in pure C
https://forkachild.github.io/C-Simple-JSON-Parser/
MIT License
45 stars 16 forks source link

Quiet compile #21

Closed stevemolloy closed 7 months ago

stevemolloy commented 7 months ago

I went through each type of warning/error that was produced by -Wall, -Wextra, and -pedantic, and corrected them. Each one got its own commit so you can follow what I did.

Hopefully you've got some tests to run this against? I only ran example.c.

forkachild commented 7 months ago

Awesome work. Looks good. Merging it.