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
* Stop building with `-Werror`
`-Werror` should not be used in default build flags as it makes the compilation fail every time
somebody tries to build with a new version of the compiler which triggers a new warning.
It should only be set when running CI.
* Use `-Werror` on CI
* Update utils.jl
* Revert previous change
* Simplify logic
* Add missing parentheses
0 commit comments