Snaipe / Mimick

A KISS, cross-platform C mocking library
MIT License
152 stars 43 forks source link

Stop forcing users to build with -Werror #41

Closed cottsay closed 8 months ago

cottsay commented 8 months ago

Forcing users to build with -Werror only punishes those building with newer compilers or toolchains than those in the repository CI. While maintaining a warning-free build is a noble cause, the repository CI can be adjusted so that it is enforced only for the platforms you're testing and not every single user.

Snaipe commented 8 months ago

Thanks, LGTM.