You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: add flag to treat warnings as errors and enable in CI (#61)
* build: add flag to treat warnings as errors and enable in CI
This PR adds an option to our CMake files that allow treating compiler
warnings as errors in the targets from this repository and enables that
option in CI. This will enforce that we fix compiler warnings before
merging PRs, which should help to keep our code clean. Also fix a final
warning.
Signed-off-by: Ingo Müller <[email protected]>
0 commit comments