nickpelling / C_STD

C implementation of the standard container library
MIT License
18 stars 1 forks source link

CMake file should include -Wall -pedantic for GCC builds #22

Closed nickpelling closed 6 months ago

nickpelling commented 6 months ago

Added. It would take a lot more work to add -pedantic as well, but that's arguably too restrictive for C metaprogramming.