cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
309 stars 132 forks source link

Reintroduce -Werror #192

Closed muggenhor closed 6 years ago

muggenhor commented 6 years ago

Due to build errors on OSX (#184) we disabled treating errors as warnings. This is undesirable because it allows warnings to start slipping in.

We should either fix the code triggering the warning or just disable the specific warning (using -Wno-${WARNING}).