cucumber / cucumber-cpp

Support for writing Cucumber step definitions in C++
MIT License
304 stars 131 forks source link

only treat compilation warnings as error in CI #301

Closed ursfassler closed 3 months ago

ursfassler commented 3 months ago

Summary

All warnings are treated as errors. This may lead to problems when using a different compiler version or during development.

Details

Now the warnings are only treated as errors in the CI.

Motivation and Context

Mentioned in #295.

How Has This Been Tested?

Manually by inspecting the actually used flags when Cmake is building the software. On the CI and locally.

Types of changes

Checklist: