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
The compiler flag "-Werror" converts all warnings into errors.
This was good back when we had CI & prebuilt binaries,
but now that the best advice is for users to build from source
this is causing problems. Deprecation warnings in particular
are making the library un-installable, despite the fact that the
deprecated functions are still present.
0 commit comments